Skip to content
Snippets Groups Projects
Commit 6a6461da authored by David Trattnig's avatar David Trattnig
Browse files

Upgraded install info to Python 3.6 and fixed missing installation canditate for mysql-client

parent f229054d
No related branches found
No related tags found
No related merge requests found
......@@ -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
--------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment