How to use "pip" with Pythonscript plugin?
-
If you want to use a Python module that isn’t part of the Pythonscript plugin out of the box, what’s the method for getting it installed? I’m sure it involves
pip
but I don’t know the details.For instance, if I wanted to install the “camelcase” module into my Pythonscript environment, how can I do it so that
import camelcase
succeeds?
-
The only way I see currently is to install python 2.7 locally and use pip to install the library.
Change the setting to prefer local installation from PS config dialog