[Doc] Update software version
1. Update python version from 3.4 to 3.5 2. Update Ubuntu version from 14.04 to 16.04 3. Update Fedora version from 19+ to 24+ Change-Id: Ic5e9bbd126e10697300c6ffd51ff55d0b815d5ca
This commit is contained in:
parent
529b0d34ee
commit
398974a7b0
@ -25,7 +25,7 @@ Prerequisites
|
|||||||
This document assumes you are using Ubuntu or Fedora, and that you have the
|
This document assumes you are using Ubuntu or Fedora, and that you have the
|
||||||
following tools available on your system:
|
following tools available on your system:
|
||||||
|
|
||||||
- Python_ 2.7 and 3.4
|
- Python_ 2.7 and 3.5
|
||||||
- git_
|
- git_
|
||||||
- setuptools_
|
- setuptools_
|
||||||
- pip_
|
- pip_
|
||||||
@ -77,13 +77,13 @@ extension, PyPi) cannot satisfy. These dependencies should be installed
|
|||||||
prior to using `pip`, and the installation method may vary depending on
|
prior to using `pip`, and the installation method may vary depending on
|
||||||
your platform.
|
your platform.
|
||||||
|
|
||||||
* Ubuntu 14.04::
|
* Ubuntu 16.04::
|
||||||
|
|
||||||
$ sudo apt-get install python-dev libssl-dev libmysqlclient-dev libffi-dev
|
$ sudo apt-get install python-dev libssl-dev libmysqlclient-dev libffi-dev
|
||||||
|
|
||||||
* Fedora 19+::
|
* Fedora 24+::
|
||||||
|
|
||||||
$ sudo yum install openssl-devel libffi-devel mysql-devel
|
$ sudo dnf install redhat-rpm-config gcc python-devel libxml2-devel
|
||||||
|
|
||||||
* CentOS 7::
|
* CentOS 7::
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user