PyCharm/PCP: How to trigger the installation dialog?
I am the developer of the Pylint plugin for Pycharm and I would like to be able to tell PyCharm to install Pylint inside the virtualenv if is not already installed.
How can I trigger this action programmatically from the plugin?
Please sign in to leave a comment.