I tried the module installing it locally - I had to correct line 37 of commands.py from ``` python parser.app_option("-u", "--url", dest = "url") ``` to ``` python parser.add_option("-u", "--url", dest = "url") ``` (I don't think this is worth a pull request :D)