Add libssl-dev as dependency to readme.md
This commit is contained in:
@@ -29,7 +29,7 @@ git checkout develop
|
|||||||
#### Run the following commands to install dependencies and to run the mariadb installation script
|
#### Run the following commands to install dependencies and to run the mariadb installation script
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo apt-get install mariadb-server libmysqlclient-dev python3-dev libffi-dev python3-cffi
|
sudo apt-get install mariadb-server libmysqlclient-dev python3-dev libffi-dev python3-cffi libssl-dev
|
||||||
sudo mysql_secure_installation
|
sudo mysql_secure_installation
|
||||||
# Setup root password and say yes to all other questions
|
# Setup root password and say yes to all other questions
|
||||||
sudo mysql -u root -p
|
sudo mysql -u root -p
|
||||||
|
|||||||
Reference in New Issue
Block a user