Boston Python Workshop/Friday handout: Difference between revisions

Content added Content deleted
No edit summary
imported>Jesstess
Line 35: Line 35:
<li>Download the ColorWall project from http://mit.edu/jesstess/www/BostonPythonWorkshop.
<li>Download the ColorWall project from http://mit.edu/jesstess/www/BostonPythonWorkshop.
<ul>
<ul>
<li>Windows users, try http://mit.edu/jesstess/www/BostonPythonWorkshop/ColorWall.zip first. The file should automatically get uncompressed when you download it.</li>
<li>Windows users, try http://mit.edu/jesstess/www/BostonPythonWorkshop/ColorWall.zip first, and download it to your Desktop. The file should automatically get uncompressed when you download it.</li>
<li>OS X and Linux users can use either the .zip or .tar.gz file.</li>
<li>OS X and Linux users can use either the .zip or .tar.gz file.</li>
</ul>
</ul>
Line 46: Line 46:
<li>Run the example effects:
<li>Run the example effects:
<ul>
<ul>
<li>On Windows, assuming the ColorWall software was downloaded to <code>\Downloads\ColorWall</code>, run <code>\Python27\python.exe \Downloads\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\run.py</code></li>
<li>On OS X, assuming the ColorWall software was downloaded to <code>~/Downloads/ColorWall</code>, run <code>python ~/Downloads/ColorWall/run.py</code></li>
<li>On OS X, assuming the ColorWall software was downloaded to <code>~/Downloads/ColorWall</code>, run <code>python ~/Downloads/ColorWall/run.py</code></li>
<li>On Linux, assuming the ColorWall software was downloaded to <code>~/Downloads/ColorWall</code>, run <code>python ~/Downloads/ColorWall/run.py</code></li>
<li>On Linux, assuming the ColorWall software was downloaded to <code>~/Downloads/ColorWall</code>, run <code>python ~/Downloads/ColorWall/run.py</code></li>