Added python-pip installation to dev environment instruction

Now python-pip is not installed with python. Probably something changed,
because exactly same actions worked half of year ago. python-pip is already
in requirements for fedora.

Change-Id: I49c98775d1ae8a177b6b738d183152ccce86d7c8
This commit is contained in:
Andrew Lazarev 2014-03-21 12:05:39 -07:00
parent 0787c40547
commit 742589f83d

View File

@ -38,7 +38,7 @@ On Ubuntu:
.. sourcecode:: console
$ sudo apt-get update
$ sudo apt-get install git-core python-dev python-virtualenv gcc libpq-dev libmysqlclient-dev
$ sudo apt-get install git-core python-dev python-virtualenv gcc libpq-dev libmysqlclient-dev python-pip
$ sudo pip install tox
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux):