Update setup instructions

Add python3-dev instructions for Ubuntu16.04.
Verified thos packages in new version and drop Ubuntu12.04 tag.

Change-Id: I59849d0b5b1ec6636ad1e1af004277fcfa319473
Close-Bug: #1659568
This commit is contained in:
zejian Zhuang 2017-10-25 10:31:40 +08:00
parent a11dcdb0f7
commit 38e5e7376b
1 changed files with 6 additions and 2 deletions

View File

@ -52,11 +52,15 @@ Linux Systems
Install the prerequisite packages.
On Ubuntu (tested on 12.04-64 and 14.04-64)::
On Ubuntu16.04-64::
sudo apt-get install python-dev libssl-dev python-pip git-core libmysqlclient-dev libpq-dev libffi-dev libxslt-dev
On Fedora-based distributions e.g., Fedora/RHEL/CentOS/Scientific Linux (tested on CentOS 6.5)::
To get a full python3 development environment, the two python3 packages need to be added to the list above::
python3-dev python3-pip
On Fedora-based distributions e.g., Fedora/RHEL/CentOS/Scientific Linux (tested on CentOS 6.5 and CentOS 7.3)::
sudo yum install python-virtualenv openssl-devel python-pip git gcc libffi-devel libxslt-devel mysql-devel postgresql-devel