diff --git a/docs/html/development/getting-started.rst b/docs/html/development/getting-started.rst index 96068c6d99e..a5971d883e1 100644 --- a/docs/html/development/getting-started.rst +++ b/docs/html/development/getting-started.rst @@ -17,6 +17,16 @@ and ensuring reproducible environments for linting and building documentation. For developing pip, you need to install ``tox`` on your system. Often, you can 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 during development, run pip +from the ``src`` directory: + +.. code-block:: console + + $ python src/pip --version + Running Tests ------------- diff --git a/news/5949.doc b/news/5949.doc new file mode 100644 index 00000000000..fae71a81d71 --- /dev/null +++ b/news/5949.doc @@ -0,0 +1 @@ +Adds instructions for running pip from source to Development documentation. \ No newline at end of file