From 6a6461da2ed7b0855c9be244921b44df4caf6feb Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Mon, 20 Jan 2020 21:44:21 +0100 Subject: [PATCH] Upgraded install info to Python 3.6 and fixed missing installation canditate for mysql-client --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index fe462699..f8ad3465 100644 --- a/README.rst +++ b/README.rst @@ -24,12 +24,13 @@ In Debian or Ubuntu (or derivatives) you should be able to achieve this with thi Using PostgreSQL: - $ sudo apt-get install postgresql postgresql-contrib libjpeg-dev python3.5-dev virtualenv + $ sudo apt-get install postgresql postgresql-contrib libjpeg-dev python3.6 virtualenv Using MySQL: - $ sudo apt-get install libmysqlclient-dev libjpeg-dev python3.5-dev virtualenv + $ sudo apt-get install default-libmysqlclient-dev libjpeg-dev python3.6 virtualenv + Setting up the environment -------------------------- -- GitLab