Chicago Python Workshop/Chicago Python Workshop 1/Friday/Windows project dependencies: Difference between revisions

m
imported>Aisha
imported>Codersquid
 
(2 intermediate revisions by one other user not shown)
Line 68:
===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>C:\Users\jesstess\Desktop\python\Twitter</code> (or <code>C:\Documents and Settings\jesstess\Desktop\python\Twitter</code> for Win XP or earlier),
 
for Win Vista or Win 7
 
<pre>
cd C:\Users\jesstess\Desktop\python\Twitter
</pre>
 
or for Win XP users or earlier:
 
<pre>
cd C:\UsersDocuments and Settings\jesstess\Desktop\python\Twitter
</pre>
 
Anonymous user