Boston Python Workshop 3/Friday/Windows project dependencies: Difference between revisions

m
Protected "Boston Python Workshop 3/Friday/Windows project dependencies" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite))
imported>Jesstess
imported>Jesstess
m (Protected "Boston Python Workshop 3/Friday/Windows project dependencies" ([edit=autoconfirmed] (indefinite) [move=autoconfirmed] (indefinite)))
 
(3 intermediate revisions by 2 users not shown)
Line 60:
# Create a new folder called Wordplay on your Desktop
# Save the following files to the Wordplay folder:
## http://mit.edu/jesstess/www/BostonPythonWorkshop3/Wordplay/sowpods.txt
## http://mit.edu/jesstess/www/BostonPythonWorkshop3/Wordplay/scrabble.py
## http://mit.edu/jesstess/www/BostonPythonWorkshop3/Wordplay/scrabble_cheater.py
Line 83 ⟶ 84:
</pre>
 
will show you the source code files in that directory. One of the files is "wordswords1.py", which has a ".py" extension indicating that it is a Python script. Type:
 
<pre>
python wordswords1.py
</pre>
 
at the command prompt to execute the wordswords1.py Python script. You should see a column of English words printed to the screen. If you don't, let a staff member know.
 
===Success!===
Line 115 ⟶ 116:
===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 C:\Users\jesstess\Desktop\httplib2-0.6.0,
 
<pre>
Anonymous user