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

Content added Content deleted
(→‎Install the Twitter project dependencies: python setup.py install requires sudo)
Line 130: Line 130:


<pre>
<pre>
python setup.py install
sudo python setup.py install
</pre>
</pre>


and hit enter to install httplib2.
type in your password, and hit enter to install httplib2.


Navigate to the 3 other dependency directories and run
Navigate to the 3 other dependency directories and run


<pre>
<pre>
python setup.py install
sudo python setup.py install
</pre>
</pre>