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

fix order of twitter deps
imported>Jesstess
(Created page with "==ColorWall== 200px ===Install ColorWall dependencies=== If you are running Ubuntu or Debian, at a Terminal prompt run: <pre>sudo apt-get ins...")
 
imported>Gward
(fix order of twitter deps)
 
(2 intermediate revisions by one other user not shown)
Line 27:
 
<pre>
cd /home/hellojesstess/Desktop/ColorWall
</pre>
 
Line 110:
* http://mit.edu/jesstess/www/BostonPythonWorkshop7/Twitter/httplib2-0.6.0.zip
* http://mit.edu/jesstess/www/BostonPythonWorkshop7/Twitter/simplejson-2.1.6.zip
* http://mit.edu/jesstess/www/BostonPythonWorkshop7/Twitter/python-twitter.zip
* http://mit.edu/jesstess/www/BostonPythonWorkshop7/Twitter/python-oauth2.zip
* http://mit.edu/jesstess/www/BostonPythonWorkshop7/Twitter/python-twitter.zip
</li>
<li>
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-oauth2, python-twitter) 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