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

imported>Abatula
imported>Abatula
 
Line 107:
<pre>
python setup.py build
python setup.py install
</pre>
 
If you get a permissions error, use the sudo command for authorization:
<pre>
sudo python setup.py build
sudo python setup.py install
</pre>
Anonymous user