diff --git a/doc/source/dev/dev-quickstart.rst b/doc/source/dev/dev-quickstart.rst index 6b307e419e..624c2d898d 100644 --- a/doc/source/dev/dev-quickstart.rst +++ b/doc/source/dev/dev-quickstart.rst @@ -26,6 +26,10 @@ Install prerequisites:: sudo easy_install nose 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 ``_. + 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 upgrade it individually, if you need to::