blob: e2fa4b4f17ff87ef14ed2206acd448abce49a60a [file] [log] [blame]
Georg Brandl59d121a2007-10-20 18:08:14 +00001.. _using-index:
2
3################
4 Using Python
5################
6
7
8This part of the documentation is devoted to general information on the setup
9of the Python environment on different platform, the invocation of the
10interpreter and things that make working with Python easier.
11
12
13.. toctree::
14
15 cmdline.rst
Georg Brandl87983f22007-12-01 23:12:45 +000016 windows.rst
Georg Brandl59d121a2007-10-20 18:08:14 +000017 mac.rst
18