blob: 1201153daee61f12ceef689f6149ea06924e908e [file] [log] [blame]
Georg Brandl3c8ce772007-11-01 20:58:08 +00001.. _using-index:
2
Georg Brandl8d582162010-09-03 22:33:27 +00003##########################
4 Python Setup and Usage
5##########################
Georg Brandl3c8ce772007-11-01 20:58:08 +00006
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::
Benjamin Peterson5879d412009-03-30 14:51:56 +000014 :numbered:
Georg Brandl3c8ce772007-11-01 20:58:08 +000015
16 cmdline.rst
Christian Heimes8b0facf2007-12-04 19:30:01 +000017 unix.rst
Christian Heimesd8654cf2007-12-02 15:22:16 +000018 windows.rst
Georg Brandl3c8ce772007-11-01 20:58:08 +000019 mac.rst
20