0

I want to install a library that only works on python 3.7 but i also have python 3.8. I can do between 2.x and 3.x but not between 3.x verisons. Any help is appriciated thank you!

2 Answers2

0

Found it!

py 3.x -m pip install <MODULE>

works!

-2

pip install SomePackage

Eg.

pip install numpy

pip install flask