How to install module from another python installation -


i using winpython. simple distribution, want use winpython zero. possible install package winpython folder winpython 0 folder?

in theory, possible way to:

pip install the_package_i_want --no-index --find-links=d:\toto --trusted-host=none


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -