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

imported>Jesstess
imported>Jesstess
Line 140:
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>
Line 159 ⟶ 161:
sudo apt-get install python-setuptools
</pre>
 
to install that package, and then go back to installing our project dependencies.
 
===Download the Twitter project===
Anonymous user