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

Remove mention of virtualenv

This commit is contained in:
Florian Rathgeber 2018-10-28 23:48:19 +00:00
parent 044fdda942
commit b911f65365

View file

@ -20,8 +20,8 @@ just do ``python -m pip install tox`` to install and use it.
Running pip From Source Tree
----------------------------
To run the pip executable from your source tree using the currently active
virtualenv during development, run pip from the ``src`` directory:
To run the pip executable from your source tree during development, run pip
from the ``src`` directory:
.. code-block:: console