Merge "Updated development.environment.rst"

This commit is contained in:
Jenkins 2014-04-02 18:35:37 +00:00 committed by Gerrit Code Review
commit 83b7ce96a1
1 changed files with 4 additions and 3 deletions

View File

@ -124,9 +124,10 @@ You can manually install the virtual environment instead of having
python tools/install_venv.py
This will install all of the Python packages listed in the
``requirements.txt`` file into your virtualenv. There will also be some
additional packages (pip, setuptools, greenlet) that are installed
by the ``tools/install_venv.py`` file into the virutalenv.
``requirements.txt`` file and also those listed in the
``test-requirements.txt`` file into your virtualenv. There will
also be some additional packages (pip, setuptools, greenlet) that are
installed by the ``tools/install_venv.py`` file into the virutalenv.
If all goes well, you should get a message something like this::