Skip to content

Commit 313951f

Browse files
author
Kenneth Reitz
committed
moar
1 parent 02ee35e commit 313951f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/starting/installation.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
Properly Installing Python
22
==========================
33

4-
Now that you've chosen :ref:`Python 2.7 <which-python>`, let's install it properly.
4+
There's a good chance that you already have Python on your operating system.
5+
6+
If so, you do not need to install or configure anything else to use Python. Having said that, I would strongly recommend that you install the tools and libraries described in the guides below before you start building Python applications for real-world use. In particular, you should always install Distribute, Pip, and Virtualenv — they make it much easier for you to use other third-party Python libraries.
57

68
Installation Guides
79
-------------------
810

9-
These guides go over the proper installation of Python for development purproses, as well as distribute, pip, and virtualenv setup.
11+
These guides go over the proper installation of :ref:`Python 2.7 <which-python>` for development purproses, as well as distribute, pip, and virtualenv setup.
1012

1113
- :ref:`Mac OS X <install-osx>`.
1214
- :ref:`Microsoft Windows<install-windows>`.

0 commit comments

Comments
 (0)