From b38d42b7bf534dc1f385fd45f3a3d13079016e5d Mon Sep 17 00:00:00 2001 From: Yichen Wang Date: Wed, 2 Sep 2015 23:09:38 -0700 Subject: [PATCH] Small document fix Change-Id: I5caca8f44d06bddc4162b5d7a9fa16dc7f95f290 --- doc/source/installation.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index a930b68..442d3ff 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -21,20 +21,22 @@ Ubuntu/Debian based: .. code-block:: bash - $ sudo apt-get install python-dev python-virtualenv git git-review + $ sudo apt-get install python-dev python-pip python-virtualenv git git-review $ sudo apt-get install libxml2-dev libxslt-dev libffi-dev libz-dev libyaml-dev libssl-dev RHEL/CentOS based: .. code-block:: bash - $ sudo yum install python-devel python-virtualenv git + $ sudo yum install python-devel python-pip python-virtualenv git $ sudo yum install libxml2-devel libxslt-devel libffi-devel libyaml-devel openssl-devel MacOSX: .. code-block:: bash + $ # Download the XCode command line tools from Apple App Store + $ xcode-select --install $ sudo easy_install pip $ sudo pip install virtualenv @@ -51,6 +53,7 @@ Create a virtual environment for Python, and install VMTP: $ vmtp -h .. note:: + "A Virtual Environment is a tool to keep the dependencies required by different projects in separate places, by creating virtual Python environments for them." It is optional but recommended. We could use:: $ sudo pip install vmtp