mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
0f27672c50
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Co-authored-by: Jacob Coffee <jacob@z7x.org> Co-authored-by: Malcolm Smith <smith@chaquo.com> Co-authored-by: Ned Deily <nad@python.org>
23 lines
436 B
ReStructuredText
23 lines
436 B
ReStructuredText
.. _using-index:
|
|
|
|
##########################
|
|
Python Setup and Usage
|
|
##########################
|
|
|
|
|
|
This part of the documentation is devoted to general information on the setup
|
|
of the Python environment on different platforms, the invocation of the
|
|
interpreter and things that make working with Python easier.
|
|
|
|
|
|
.. toctree::
|
|
:numbered:
|
|
|
|
cmdline.rst
|
|
unix.rst
|
|
configure.rst
|
|
windows.rst
|
|
mac.rst
|
|
ios.rst
|
|
editors.rst
|