Merge "Remove 'tools/install_venv.py' reference paragraph"

This commit is contained in:
Zuul 2018-01-30 02:11:21 +00:00 committed by Gerrit Code Review
commit 6e09bfa700
1 changed files with 0 additions and 4 deletions

View File

@ -179,10 +179,6 @@ be used in any Django project.
The ``openstack_dashboard`` directory contains a reference Django project that
uses ``horizon``.
For development, both pieces share an environment which (by default) is
built with the ``tools/install_venv.py`` script. That script creates a
virtualenv and installs all the necessary packages.
If dependencies are added to either ``horizon`` or ``openstack_dashboard``,
they should be added to ``requirements.txt``.