Boston Python Workshop 5/Friday/Linux project dependencies: Difference between revisions

Content added Content deleted
imported>Jesstess
No edit summary
Line 1: Line 1:
==ColorWall==
==ColorWall==


===Install ColorWall dependencies===
===Python-TK Ubuntu===


If you are on Ubuntu you will need to run the below command.
If you are running Ubuntu or Debian, at a Terminal prompt run:

<code>sudo apt-get install python-tk</code>
<pre>
sudo apt-get install python-tk
</pre>

You will be prompted for your administrative password.

This will install the python-tk package, which is used by the ColorWall project.


===Download the ColorWall project===
===Download the ColorWall project===