python2 -> python3 in the README

This commit is contained in:
Johann Dreo 2013-06-07 11:01:46 +02:00
commit 6470d051bd

View file

@ -61,11 +61,11 @@ use the `-r` switch (see below).
## INSTALLATION
sudo python setup.py install
sudo python3 setup.py install
and then soft link `/usr/local/bin/colout` to your colout.py under your installaion directory, which usually like
/usr/local/lib/python2.7/dist-packages/colout-0.1-py2.7.egg/colout/colout.py
/usr/local/lib/python3/dist-packages/colout-0.1-py3.egg/colout/colout.py
## OTHER INSTALLATION METHOD