Remove doc references to distribute.
Change-Id: I9ea56b6d765fa7214e4bcc0dbca877b411171eea
This commit is contained in:
@@ -124,7 +124,7 @@ You can manually install the virtual environment instead of having
|
||||
|
||||
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, distribute, greenlet) that are installed
|
||||
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::
|
||||
|
@@ -8,7 +8,7 @@ Named hooks are added to nova code via a decorator that will lazily load
|
||||
plugin code matching the name. The loading works via setuptools
|
||||
`entry points`_.
|
||||
|
||||
.. _`entry points`: http://packages.python.org/distribute/pkg_resources.html#entry-points
|
||||
.. _`entry points`: http://pythonhosted.org/setuptools/pkg_resources.html#entry-points
|
||||
|
||||
What are hooks good for?
|
||||
------------------------
|
||||
|
Reference in New Issue
Block a user