mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
15 lines
432 B
ReStructuredText
15 lines
432 B
ReStructuredText
Properly Installing Python
|
|
==========================
|
|
|
|
Now that you've chosen :ref:`Python 2.7 <which-python>`, let's install it properly.
|
|
|
|
Installation Guides
|
|
-------------------
|
|
|
|
These guides go over the proper installation of Python for development purproses, as well as distribute, pip, and virtualenv setup.
|
|
|
|
- :ref:`Mac OS X <install-osx>`.
|
|
- :ref:`Microsoft Windows<install-windows>`.
|
|
- :ref:`Ubuntu Linux <install-linux>`.
|
|
|