File tree 1 file changed +2
-17
lines changed 1 file changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -21,26 +21,11 @@ Running pip From Source Tree
21
21
----------------------------
22
22
23
23
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:
26
25
27
26
.. code-block :: console
28
27
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
44
29
45
30
Running Tests
46
31
-------------
You can’t perform that action at this time.
0 commit comments