Skip to content

Commit

Permalink
Explain how to get source code in getting started (#7197)
Browse files Browse the repository at this point in the history
  • Loading branch information
c4ndyfl1p authored and chrahunt committed Nov 18, 2019
1 parent 844fcc1 commit a3bcaa4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/html/development/getting-started.rst
Expand Up @@ -8,6 +8,18 @@ This document is meant to get you setup to work on pip and to act as a guide and
reference to the the development setup. If you face any issues during this
process, please `open an issue`_ about it on the issue tracker.

Get the source code
-------------------

To work on pip, you first need to get the source code of pip. The source code is
available on `GitHub`_.

.. code-block:: console
$ git clone https://github.com/pypa/pip
$ cd pip
Development Environment
-----------------------

Expand Down Expand Up @@ -103,3 +115,4 @@ The built documentation can be found in the ``docs/build`` folder.
.. _`install Python`: https://realpython.com/installing-python/
.. _`PEP 484 type-comments`: https://www.python.org/dev/peps/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code
.. _`rich CLI`: https://docs.pytest.org/en/latest/usage.html#specifying-tests-selecting-tests
.. _`GitHub`: https://github.com/pypa/pip
1 change: 1 addition & 0 deletions news/7197.doc
@@ -0,0 +1 @@
Explain to to get source code in getting started

0 comments on commit a3bcaa4

Please sign in to comment.