check icon indicating copy to clipboard operation
check copied to clipboard

Install doc? Or publish on PyPI?

Open dpoirier opened this issue 12 years ago • 2 comments

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?

dpoirier avatar Mar 12 '13 16:03 dpoirier

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)

derek3x avatar Mar 19 '14 22:03 derek3x

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 :( )

willkg avatar Mar 20 '14 00:03 willkg