pymad / cpymad

cPyMAD is a python interface to Mad-X using cython and libmadx
http://cern.ch/pymad
Apache License 2.0
3 stars 3 forks source link

Bootstrap setuptools installation #86

Closed coldfix closed 9 years ago

coldfix commented 9 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.

See also: http://pythonhosted.org//setuptools/using.html

Eothred commented 9 years ago

Great, had no idea it was possible to solve it this way!