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

no edit summary
imported>Jesstess
No edit summary
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 61:
===Test the Wordplay code===
 
Start a command prompt and navigate to the Desktop/Wordplay directory where the Wordplay code lives. For example, if the Wordplay project is at <code>/Users/jesstess~/Desktop/Wordplay</code>,
 
<pre>
cd /Users/jesstess~/Desktop/Wordplay
</pre>
 
Line 103:
===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 141:
===Test the Twitter code===
 
Start a command prompt and navigate to the Desktop/Twitter directory where the Twitter code lives. For example, if the Twitter project is at <code>/Users/jesstess~/Desktop/Twitter</code>,
 
<pre>
cd /Users/jesstess~/Desktop/Twitter
</pre>
 
Line 164:
 
You've completed setup for the Twitter project.
 
==State Capitals==
 
We'll look at an example Python script that quizzes you on state capitals 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:
#* http://web.mit.edu/jesstess/www/BostonPythonWorkshop5/state_capitals.py
 
==Success!==
 
You are done installing dependencies for the Saturday projects.
 
[[Boston Python Workshop 5/Friday|&laquo; Back to the Friday setup page]]
Anonymous user