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:
download packages https://sourceforge.net/projects/winpython/files/winpython_source/do_it_yourself/winpython_2016-03/
unzip them in d:\toto
then
pip install the_package_i_want --no-index --find-links=d:\toto --trusted-host=none
Comments
Post a Comment