Boston Python Workshop 3/Friday/Linux project dependencies: Difference between revisions

→‎Install the Twitter project dependencies: python setup.py install requires sudo
(→‎Install the Twitter project dependencies: python setup.py install requires sudo)
Line 130:
 
<pre>
sudo python setup.py install
</pre>
 
type in your password, and hit enter to install httplib2.
 
Navigate to the 3 other dependency directories and run
 
<pre>
sudo python setup.py install
</pre>
 
Anonymous user