check
check copied to clipboard
Install doc? Or publish on PyPI?
The README suggests installing with pip, but I was unable to.
pip install check
installed some other package, and
pip install check.py
doesn't find a package at all. It seems that this package isn't on PyPI?
I tried pip with no luck either. The easy_install works though.
python setup.py install
(posted this in case people are looking here for help)
As a side note, I stopped using this and switched to flake8 which is better maintained. http://flake8.readthedocs.org/en/2.0/
(Sorry @jbalogh :( )