Closed coldfix closed 10 years ago
By including ez_setup.py the setuptools dependency can automatically be satisfied during installation (at least if internet access is available). This makes it unnecessary to install setuptools manually beforehand.
ez_setup.py
See also: http://pythonhosted.org//setuptools/using.html
Great, had no idea it was possible to solve it this way!
By including
ez_setup.py
the setuptools dependency can automatically be satisfied during installation (at least if internet access is available). This makes it unnecessary to install setuptools manually beforehand.See also: http://pythonhosted.org//setuptools/using.html