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
@@ -46,7 +46,7 @@ Windows
bbFreeze
~~~~~~~~
Prerequisite is to install :ref:`Python, Distribute and pywin32 dependency on Windows <install-windows>`.
Prerequisite is to install :ref:`Python, Setuptools and pywin32 dependency on Windows <install-windows>`.
.. todo:: Write steps for most basic .exe
@@ -79,7 +79,7 @@ Prerequisite is to install :ref:`Python on Windows <install-windows>`.
PyInstaller
~~~~~~~~~~~
Prerequisite is to have installed :ref:`Python, Distribute and pywin32 dependency on Windows <install-windows>`.
Prerequisite is to have installed :ref:`Python, Setuptools and pywin32 dependency on Windows <install-windows>`.
- `Most basic tutorial <http://bojan-komazec.blogspot.com/2011/08/how-to-create-windows-executable-from.html>`_
- `Manual <http://www.pyinstaller.org/export/d3398dd79b68901ae1edd761f3fe0f4ff19cfb1a/project/doc/Manual.html?format=raw>`_