How to install prospector in Pycharm?
Hello folks,
Prospector is an Static Code Analysis Tool that normally is installed using this:
pip install prospector
That is what I found in a book, but then I entered Pycharm and I can't find it under "File", "settings", "Python interpreter", "add +" and the search function of the "available packages". So What can I do to add prospector to the list of available packages?
Thanks for your time!!
请先登录再写评论。
It's odd that you can't find it. It works fine for me:
What repositories do you have in Manage Repositories?
Also if you want to use Prospector in PyCharm I recommend using https://plugins.jetbrains.com/plugin/20006-prospector (I am the author). It will show you lint results in realtime while you write your code.