diff --git a/readme.md b/readme.md index e3bc078..2d755f9 100644 --- a/readme.md +++ b/readme.md @@ -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