Update Development Environment documentation for Ubuntu

Ubuntu 20.04 is supported now so we need to install Python3-specific
packages only for development environnment.

Change-Id: I1a82ae20228513e5bbd01f596c817cc62e838de1
This commit is contained in:
Ivan Kolodyazhny 2020-11-03 14:00:05 +02:00
parent bb312b6141
commit efce9c74d0

View File

@ -62,9 +62,9 @@ Linux Systems
Install the prerequisite packages.
On Ubuntu16.04-64::
On Ubuntu20.04-64::
sudo apt-get install python-dev libssl-dev python-pip git-core libmysqlclient-dev libpq-dev libffi-dev libxslt-dev
sudo apt-get install libssl-dev python3-pip libmysqlclient-dev libpq-dev libffi-dev
To get a full python3 development environment, the two python3 packages need to
be added to the list above::