how to install setuptools in mac
- Download
ez_setup.py
module from https://pypi.python.org/pypi/setuptools - Open a Terminal.
cd
to the directory where you put theez_setup.py
.- Type
python ez_setup.py
and run it. - You should have it then.
ez_setup.py
module from https://pypi.python.org/pypi/setuptoolscd
to the directory where you put the ez_setup.py
.python ez_setup.py
and run it.