jshackles / idle_master_py

The Python version of Idle Master
GNU General Public License v2.0
230 stars 71 forks source link

Missing dependency #6

Closed ghost closed 9 years ago

ghost commented 9 years ago

Add the dependency on colorama to Linux-readme.txt.

Without this library installed, I get:

python2 start.py Traceback (most recent call last): File "start.py", line 13, in from colorama import init, Fore, Back, Style ImportError: No module named colorama