From 7dd4d7a99d61ead1d7e20c065753104046c85a6c Mon Sep 17 00:00:00 2001 From: gaofei Date: Thu, 25 Jan 2018 19:15:11 +0800 Subject: [PATCH] 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]https://github.com/openstack/horizon/commit/6529cd1eb8aef16b7ded96779c684644ed5a9fe0 Change-Id: I302ef1f30781ce916c7309ebfa349fbedf8dd5a6 --- doc/source/contributor/quickstart.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/source/contributor/quickstart.rst b/doc/source/contributor/quickstart.rst index 1457b80cba..5dc8b1bfd9 100644 --- a/doc/source/contributor/quickstart.rst +++ b/doc/source/contributor/quickstart.rst @@ -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``.