Add libssl-dev as dependency to readme.md

This commit is contained in:
jantuomi
2017-01-16 22:08:56 +02:00
parent 3ed1f154f0
commit 3ecfba50af
+1 -1
View File
@@ -29,7 +29,7 @@ git checkout develop
#### 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
# Setup root password and say yes to all other questions
sudo mysql -u root -p