We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09e61f7 commit a908456Copy full SHA for a908456
1 file changed
getting-started/quick-reference.rst
@@ -23,17 +23,12 @@ Fork and clone the repo
23
-----------------------
24
25
Fork `the CPython repository <https://github.com/python/cpython>`__
26
-to your GitHub account and :ref:`get the source code <checkout>` using::
+to your GitHub account and clone the repo using::
27
28
git clone https://github.com/<your_username>/cpython
29
cd cpython
30
31
-We recommend also setting up ``pre-commit``::
32
-
33
- pre-commit install
34
35
-For detailed information, see :ref:`"Get the source code" <checkout>` and
36
-:ref:`"Install pre-commit as a Git hook" <install-pre-commit>`.
+For detailed information, see :ref:`"Get the source code" <checkout>`.
37
38
39
Build Python
0 commit comments