Adds help for installing prerequisites on RHEL
Certain prerequisites are not found by yum by default on RHEL. The yum command specified in the RHEL instructions for installing prerequisites fails to install python-pip and git-review. Adding a sentence directing readers to use the EPEL software repository which has the missing packages. Closes-Bug: 1392355 Change-Id: Ibcbe9ff9e5d8eeb9f2511915d67dc53ac1dc1b63
This commit is contained in:
parent
80679cef67
commit
2d5f845e8d
@ -26,6 +26,10 @@ Install prerequisites::
|
|||||||
sudo easy_install nose
|
sudo easy_install nose
|
||||||
sudo pip install virtualenv setuptools-git flake8 tox testrepository
|
sudo pip install virtualenv setuptools-git flake8 tox testrepository
|
||||||
|
|
||||||
|
If using RHEL and yum reports “No package python-pip available” and “No
|
||||||
|
package git-review available”, use the EPEL software repository. Instructions
|
||||||
|
can be found at `<http://fedoraproject.org/wiki/EPEL/FAQ#howtouse>`_.
|
||||||
|
|
||||||
You may need to explicitly upgrade virtualenv if you've installed the one
|
You may need to explicitly upgrade virtualenv if you've installed the one
|
||||||
from your OS distribution and it is too old (tox will complain). You can
|
from your OS distribution and it is too old (tox will complain). You can
|
||||||
upgrade it individually, if you need to::
|
upgrade it individually, if you need to::
|
||||||
|
Loading…
x
Reference in New Issue
Block a user