Python eggs
Python eggs zijn een soort installatie bestanden.
On python eggs te kunnen draaien moet je eerst de volgende file downloaden
http://peak.telecommunity.com/dist/ez_setup.py
python2.7 ez_setup.py
Nu is easy_setup geinstalleerd.
gebruik nu
python2.7 ez_setup.py -U setuptools-0.6c11-py2.7.egg
normale python installatie
python2.7 setup.py build will build the package underneath 'build/'
python2.7 setup.py install will install the package
Python eggs zijn een soort installatie bestanden.
On python eggs te kunnen draaien moet je eerst de volgende file downloaden
http://peak.telecommunity.com/dist/ez_setup.py
python2.7 ez_setup.py
Nu is easy_setup geinstalleerd.
gebruik nu
python2.7 ez_setup.py -U setuptools-0.6c11-py2.7.egg
normale python installatie
python2.7 setup.py build will build the package underneath 'build/'
python2.7 setup.py install will install the package
Geen opmerkingen:
Een reactie posten