blob: 4a45121ac2eebd817c55097de74dbb4887c3ad5b [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
csabella4ebf03d2017-06-14 09:32:06 -04009of the Python environment on different platforms, the invocation of the
Georg Brandl3c8ce772007-11-01 20:58:08 +000010interpreter 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
aldwinaldwin8f040b72019-07-19 09:23:17 +080020 editors.rst