Skip to content

Commit 044fdda

Browse files
committed
Switch to running src/pip now #5481 is merged
1 parent afe41d4 commit 044fdda

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

docs/html/development/getting-started.rst

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,11 @@ Running pip From Source Tree
2121
----------------------------
2222

2323
To run the pip executable from your source tree using the currently active
24-
virtualenv (or conda environment) during development, run from a ``tox``
25-
environment, after having run the tests at least once:
24+
virtualenv during development, run pip from the ``src`` directory:
2625

2726
.. code-block:: console
2827
29-
$ .tox/py36/bin/pip --version
30-
31-
.. note::
32-
You need to do run ``tox -e py36 --recreate`` after any changes to your
33-
virtualenv if using pip like this.
34-
35-
.. note::
36-
You can use any other tox environment instead of ``py36``.
37-
38-
.. note::
39-
``tox -e py36 --notest`` can be used, if running tests is not a concern.
40-
41-
.. note::
42-
An easier alternative is running ``python src/pip``, however there are
43-
`edge cases <https://github.com/pypa/pip/pull/5841>`_ that may not work.
28+
$ python src/pip --version
4429
4530
Running Tests
4631
-------------

0 commit comments

Comments
 (0)