From 6470d051bd57e3aceda784842cb16ad868a6c931 Mon Sep 17 00:00:00 2001 From: Johann Dreo Date: Fri, 7 Jun 2013 11:01:46 +0200 Subject: [PATCH] python2 -> python3 in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9da7137..d3b8eed 100644 --- a/README.md +++ b/README.md @@ -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