Montreal Python Workshop/Friday/OSX project dependencies: Difference between revisions

imported>Gward
(copy & change state capitals to provincial capitals (sigh))
imported>Jvns
 
(4 intermediate revisions by 2 users not shown)
Line 7:
You'll be writing graphical effects for an existing ColorWall project. Download this ColorWall code and example effects so you're ready to start working with them tomorrow:
 
# Right click the following file, click "Save Target as..." or "Save link as...", and savesav)e it to your Desktop directory:
#* http://webjvns.mit.edu/jesstess/wwwca/BostonPythonWorkshop7MontrealPythonWorkshop3/ColorWall.zip
#The ".zip" extension on the above file indicates that it is a compressed Zip archive. WeYou may need to "extract" its contents. To do this, find ColorWall.zip on your Desktop and double-click on it. That will create a folder called ColorWall containing several files. (Note: your browser might do this for you automatically.)
 
===Test the ColorWall code===
Line 124:
 
<pre>
sudo python setup.py install --user
</pre>
 
Line 134:
 
<pre>
sudo python setup.py install --user
</pre>
 
Line 173:
You've completed setup for the Twitter project.
 
==StateCapital CapitalsCities==
 
We'll look at an example Python script that quizzes you on statecapital capitalscities during the lecture on Saturday.
 
# Right click the following file, click "Save Target as..." or "Save link as...", and save it to your Desktop directory:
Line 184:
You are done installing dependencies for the Saturday projects.
 
[[Boston Python Workshop 7../Friday|&laquo; Back to the Friday setup page]]
Anonymous user