We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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)
Sorry, something went wrong.
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 :( )
No branches or pull requests
The README suggests installing with pip, but I was unable to.
installed some other package, and
doesn't find a package at all. It seems that this package isn't on PyPI?
The text was updated successfully, but these errors were encountered: