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

imported>Jesstess
(Created page with "==ColorWall== ===Download the ColorWall project=== You'll be writing graphical effects for an existing ColorWall project. Download this ColorWall code and example effects so...")
 
 
(11 intermediate revisions by 3 users not shown)
Line 1:
==ColorWall==
 
[[File:Colorwall_matrix.png|200px]]
 
===Download the ColorWall project===
Line 6 ⟶ 8:
 
# 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.zip
#FindThe ".zip" extension on the above file indicates that it is a compressed Zip archive. We need to "extract" its contents. To do this, find ColorWall.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called ColorWall containing several files.
 
===Test the ColorWall code===
Line 14 ⟶ 16:
 
<pre>
cd ~/home/rubixcube/Desktop/ColorWall
</pre>
 
Line 50 ⟶ 52:
 
==Wordplay==
 
[[File:Crossword.png|200px]]
 
===Download the Wordplay project===
Line 56 ⟶ 60:
 
# 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.zip
#Find Wordplay.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called Wordplay containing several files.
 
Line 86 ⟶ 90:
 
==Twitter==
 
[[File:Twitter.png|200px]]
 
===Download and extract the Twitter project dependencies===
Line 103 ⟶ 109:
===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 /Users/jesstess/Desktop/Twitter/httplib2-0.6.0,
 
<pre>
cd /Users/jesstess/Desktop/Twitter/httplib2-0.6.0
</pre>
 
Line 136 ⟶ 142:
 
# 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.zip
#Find Twitter.zip on your Desktop and double-click on it to "unzip" it. That will create a folder called Twitter containing several files.
 
Anonymous user