Boston Python workshop 2/Friday setup/Windows project dependencies: Difference between revisions

imported>Jesstess
 
(2 intermediate revisions by 2 users not shown)
Line 79:
 
<ol>
<li>Click and save these four dependencies to your DownloadsDesktop directory:
 
* http://mit.edu/jesstess/www/BostonPythonWorkshop2/Twitter/httplib2-0.6.0.zip
* http://mit.edu/jesstess/www/BostonPythonWorkshop2/Twitter/python-oauth2.zip
* http://mit.edu/jesstess/www/BostonPythonWorkshop2/Twitter/simplejson-2.1.6.zip
* http://mit.edu/jesstess/www/BostonPythonWorkshop2/Twitter/python-twitter-0.8.2.zip
* http://mit.edu/jesstess/www/BostonPythonWorkshop2/Twitter/python-oauth2.zip
 
</li>
<li>
The ".zip" extension on the above files indicates that they are compressed Zip archives. We need to "extract" their contents. To do this, click on "Start", then "Computer", and navigate to your DownloadsDesktop directory. For each of the 4 zip files, click on the file and click the "Extract all files" button to extract the contents. This will create a directory for each file, containing the source code for the dependency.
</li>
</ol>
Line 93 ⟶ 94:
===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. For each project, start a command prompt and navigate to the DownloadsDesktop directory where the source code lives. For example, if the httplib2-0.6.0 project was extracted to C:\Users\jesstess\DownloadsDesktop\httplib2-0.6.0,
 
<pre>
cd C:\Users\jesstess\DownloadsDesktop\httplib2-0.6.0
</pre>
 
Anonymous user