diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2014-03-13 12:13:45 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2014-03-13 12:13:45 (GMT) |
commit | f7614d55a2e1b1c51aebaa8e7ad0ba7951883d9b (patch) | |
tree | 7dbcedea7c9fb86a57dd4babdce5fcb411402b76 /Doc/tutorial | |
parent | 9e0622713e04d6567921b99b62f4651fae6358a6 (diff) | |
download | cpython-f7614d55a2e1b1c51aebaa8e7ad0ba7951883d9b.zip cpython-f7614d55a2e1b1c51aebaa8e7ad0ba7951883d9b.tar.gz cpython-f7614d55a2e1b1c51aebaa8e7ad0ba7951883d9b.tar.bz2 |
Close #19407: New installation & distribution guides
- based on pip and other PyPA tools
- includes references to the new Python Packaging User Guide
where appropriate (and the relevant section is at least
partially filled in)
- started new FAQ sections
- both guides aim to introduce users to basic open source
concepts if they aren't aware of them
- existing guides have been relocated (now linked from the
distutils docs) rather then removed, since there is
some needed material that has yet to be relocated to the
distutils docs as a reference for the legacy formats
Diffstat (limited to 'Doc/tutorial')
-rw-r--r-- | Doc/tutorial/whatnow.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/tutorial/whatnow.rst b/Doc/tutorial/whatnow.rst index 7fcbdc3f..979f587 100644 --- a/Doc/tutorial/whatnow.rst +++ b/Doc/tutorial/whatnow.rst @@ -21,8 +21,8 @@ the set are: and many other tasks. Skimming through the Library Reference will give you an idea of what's available. -* :ref:`install-index` explains how to install external modules written by other - Python users. +* :ref:`installing-index` explains how to install additional modules written + by other Python users. * :ref:`reference-index`: A detailed explanation of Python's syntax and semantics. It's heavy reading, but is useful as a complete guide to the |