Boston Python Workshop/Friday handout: Difference between revisions

Content added Content deleted
imported>Lsblakk
imported>Lsblakk
Line 64: Line 64:
<ul>
<ul>
<li>On Windows, assuming the ColorWall software was downloaded to <code>C:\Users\yourusername\Desktop\ColorWall</code>, run <code>\Python27\python.exe "C:\Users\yourusername\Desktop\colorwall\ColorWall\run.py"</code></li>
<li>On Windows, assuming the ColorWall software was downloaded to <code>C:\Users\yourusername\Desktop\ColorWall</code>, run <code>\Python27\python.exe "C:\Users\yourusername\Desktop\colorwall\ColorWall\run.py"</code></li>
<li>On OS X, assuming the ColorWall software was downloaded to <code>~/Desktop/colorwall/ColorWall</code>, run <code>python ~/Desktop/colorwall/ColorWall/run.py</code></li>
<li>On OS X, assuming the ColorWall software was downloaded to <code>~/Desktop/colorwall/ColorWall</code>, run</li>
<li>On Linux, assuming the ColorWall software was downloaded to <code>~/Desktop/colorwall/ColorWall</code>, run <code>python ~/Desktop/colorwall/ColorWall/run.py</code></li>
python ~/Desktop/colorwall/ColorWall/run.py
<li>On Linux, assuming the ColorWall software was downloaded to <code>~/Desktop/colorwall/ColorWall</code>, run</li>
python ~/Desktop/colorwall/ColorWall/run.py
</ul>
</ul>
</li>
</li>
<li>Make sure you can open Python files in a text editor. Test this by running the text editor, navigating to your ColorWall directory, and opening <code>run.py</code>.</li>
<li>Make sure you can open Python files in a text editor. Test this by running the text editor, navigating to your ColorWall directory, and opening</li>
# Linux
gedit run.py

# Mac & Windows right-click on run.py and "open with" your text editor of choice
</ol>
</ol>