Philadelphia Python Workshop/Setup/Linux project dependencies: Difference between revisions

imported>Abatula
imported>Abatula
Line 108:
python setup.py build
python setup.py install
</pre>
 
If you get a permissions error, use the sudo command for authorization:
Line 114:
sudo python setup.py build
sudo python setup.py install
</pre>
 
And type in your password when prompted.
Anonymous user