flycheck / flycheck-google-cpplint

Google C++ Style checker for Flycheck
GNU General Public License v3.0
42 stars 11 forks source link

suggesting install instructions for cpplint from pypi #3

Closed tkruse closed 3 years ago

tkruse commented 9 years ago

Hi, I maintain a version of cpploint on pypi: https://github.com/tkruse/cpplint

While it is not always up-to-date, it is easier and cleaner to install / uninstall:

$ sudo pip install cpplint

Maybe you'd like to consider that in your readme.

jcs090218 commented 3 years ago

I agree with you. I have tried with the latest installation guide but not working on Windows.