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

Content added Content deleted
imported>Jesstess
imported>Jesstess
Line 140: Line 140:
type in your password, and hit enter to install httplib2.
type in your password, and hit enter to install httplib2.


If you see some warning while installing, that's fine -- the software is still installing successfully.
Navigate to the 3 other dependency directories and run

Navigate to the 3 other dependency directories (in the order you downloaded them: simplejson-2.1.6, python-twitter, python-oauth2) and run


<pre>
<pre>
Line 159: Line 161:
sudo apt-get install python-setuptools
sudo apt-get install python-setuptools
</pre>
</pre>

to install that package, and then go back to installing our project dependencies.


===Download the Twitter project===
===Download the Twitter project===