1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Minor typo and facelift for toctree.

This commit is contained in:
Jannis Leidel 2009-10-25 02:25:13 +01:00
parent 4b63643e59
commit 30a6eea8b4

View file

@ -7,6 +7,7 @@ entry <http://pypi.python.org/pypi/pip>`_ (or the `repository
<http://bitbucket.org/ianb/pip/>`_).
.. toctree::
:maxdepth: 1
news
requirement-format
@ -187,7 +188,7 @@ packages, then the person who installs the files will have to have a compiler,
any necessary headers installed, etc. Binary packages are hard, this is
relatively easy.
Using pip With virtualenv
Using pip with virtualenv
-------------------------
pip is most nutritious when used with `virtualenv