Readme improvements
lwade opened this issue · 2 comments
lwade commented
Very minor but figured I'd leave this to more knowledgable python folk. After cloning from git and running 'python setup.py install' I had to also install argparse:
easy_install argparse
Very trivial stuff but this isn't mentioned in the README.md. Maybe we suggest this step or yum install python-argparse (or apt-get whatever) package with yum install?
Perhaps split the getting started for setup on different distros?
viglesiasce commented
Yep this is due to using python 2.6 vs 2.7, the setup.py should include this if it doesnt already. I will check it out. Thanks @lwade !
viglesiasce commented
Fixed in this commit 4f0de8c
We now have an explicit dependency with argparse and it should be installed by setup.py