Remove 'tools/install_venv.py' reference paragraph

Since 'tools/install_venv.py' has been removed during refactor[1].
This paragraph displayed in quickstart may cause some confusion to
someone who new to horizon, so remove this paragraph.

[1]6529cd1eb8

Change-Id: I302ef1f30781ce916c7309ebfa349fbedf8dd5a6
This commit is contained in:
gaofei 2018-01-25 19:15:11 +08:00
parent 4f0047bb8d
commit 7dd4d7a99d
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``.