Karsten Mueller wrote:
I'm quite sure I'm doing something wrong but I followed your instructions to the point which leaves me at
# python setup.py
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help
error: no commands supplied
This is another error in the instructions. Instead of
python setup.py
it should say
python setup.py install
Antti