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

imported>Jesstess
(Created page with "==ColorWall== ===Install ColorWall dependencies=== If you are running Ubuntu or Debian, at a Terminal prompt run: <pre>sudo apt-get install python-tk </pre> You will be pr...")
 
 
(11 intermediate revisions by one other user not shown)
Line 1:
==ColorWall==
 
[[File:Colorwall_matrix.png|200px]]
 
===Install ColorWall dependencies===
Line 10 ⟶ 12:
You will be prompted for your administrative password.
 
This will install the <code>python-tk</code> package, which is used by the ColorWall project.
 
===Download the ColorWall project===
Line 17 ⟶ 19:
 
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory:
#* http://web.mit.edu/jesstess/www/BostonPythonWorkshop6/ColorWall/ColorWall.ziptar.gz
#Find ColorWall.ziptar.gz on your Desktop and double-click on it. A window will pop up with some options about how to "extract" the file. Leave the defaults where they are and click the "extract" button. That will create a folder on the Desktop called ColorWall containing several files.
 
===Test the ColorWall code===
Line 25 ⟶ 27:
 
<pre>
cd /home/jesstesshello/Desktop/ColorWall
</pre>
 
Line 61 ⟶ 63:
 
==Wordplay==
 
[[File:Crossword.png|200px]]
 
===Download the Wordplay project===
Line 67 ⟶ 71:
 
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory:
#* http://web.mit.edu/jesstess/www/BostonPythonWorkshop6/Wordplay/Wordplay.ziptar.gz
#Find Wordplay.ziptar.gz on your Desktop and double-click on it to "unzipextract" it. That will create a folder called Wordplay containing several files.
 
===Test the Wordplay code===
Line 97 ⟶ 101:
 
==Twitter==
 
[[File:Twitter.png|200px]]
 
===Download and extract the Twitter project dependencies===
Line 114 ⟶ 120:
===Install the Twitter project dependencies===
 
Each of these 4 dependencies has an installer script that we'll need to run at a command prompt to install the software. '''It is important that the dependencies are installed in the order listed above.''' For each project, start a command prompt and navigate to the Desktop directory where the source code lives. For example, if the httplib2-0.6.0 project was extracted to /home/jesstess/Desktop/Twitter/httplib2-0.6.0,
 
<pre>
cd /home/jesstess/Desktop/Twitter/httplib2-0.6.0
</pre>
 
Line 159 ⟶ 165:
 
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory:
#* http://web.mit.edu/jesstess/www/BostonPythonWorkshop6/Twitter/Twitter.ziptar.gz
#Find Twitter.ziptar.gz on your Desktop and double-click on it to "unzipextract" it. That will create a folder called Twitter containing several files.
 
===Test the Twitter code===
Anonymous user