From 398974a7b0ad4b4f771bd350a7e402fc9ec4e1db Mon Sep 17 00:00:00 2001 From: Hidekazu Nakamura Date: Mon, 31 Jul 2017 15:12:41 +0900 Subject: [PATCH] [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 --- doc/source/contributor/environment.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/contributor/environment.rst b/doc/source/contributor/environment.rst index a0d6930a2..a2a23f141 100644 --- a/doc/source/contributor/environment.rst +++ b/doc/source/contributor/environment.rst @@ -25,7 +25,7 @@ Prerequisites This document assumes you are using Ubuntu or Fedora, and that you have the following tools available on your system: -- Python_ 2.7 and 3.4 +- Python_ 2.7 and 3.5 - git_ - setuptools_ - 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 your platform. -* Ubuntu 14.04:: +* Ubuntu 16.04:: $ 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::