Philadelphia Python Workshop/Setup: Difference between revisions

imported>Geography76
No edit summary
imported>Abatula
 
(4 intermediate revisions by 4 users not shown)
Line 3:
== Instructions ==
 
WhenWelcome! you arrive, please start your laptop and get on the wireless network. Network information will be on the whiteboard. Once you join the network,Please work through the goals on this page in order; they should take between 2 and 3 hours. Lots of staff will be around to help troubleshoot and to answer questions -- don't hesitate to ask!
 
At the end, a staff member will go through a checklist with you to make sure you're all set for tomorrow. Please be sure to do this checkoff before you leave -- it'll make sure that you are in good shape for tomorrow.
Line 50:
 
== Goal #6: get dependencies installed for the Saturday projects ==
 
IGNORE THE TWITTER PROJECT!
 
* [[Philadelphia Python Workshop/Setup/Windows project dependencies|Windows]]
Line 93 ⟶ 95:
Open your text editor, and press "Tab". Use the left arrow key to show the instructor that you are using spaces to indent, not tabs.
</li>
<li>To test the Wordplay installation, navigate to the Wordplay directory and run
<li>
<code>words1.py</code>:</li>
 
<pre>python words1.py</pre>
 
<li>To test the TwitterColorWall installation, navigate to the TwitterColorWall directory and run <code>twitter_apirun.py</code>:
 
<pre>
python twitter_apirun.py --search=python
</pre>
</li>
Anonymous user