Replace all references to Distribute with Setuptools.

Distribute was merged back into setuptools and discontinued.
This commit is contained in:
Artem Pyanykh
2014-03-25 12:54:21 +04:00
parent 0dfc6e716a
commit 2d69455a2a
5 changed files with 22 additions and 21 deletions
+2 -2
View File
@@ -7,14 +7,14 @@ 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
Setuptools, Pip, and Virtualenv — they make it much easier for you to use
other third-party Python libraries.
Installation Guides
-------------------
These guides go over the proper installation of :ref:`Python 2.7 <which-python>`
for development purposes, as well as distribute, pip, and virtualenv setup.
for development purposes, as well as setuptools, pip, and virtualenv setup.
- :ref:`Mac OS X <install-osx>`.
- :ref:`Microsoft Windows<install-windows>`.