Answers for "how to install python package of particular version"

1

how to install modules to a specific version of python

# install a package to a specific version of python
python<version> -m pip install <package_name>
Posted by: Guest on December-31-2021
0

install package on specific version of python

py -3.7 -m pip install opencv-python
Posted by: Guest on October-06-2021

Code answers related to "how to install python package of particular version"

Python Answers by Framework

Browse Popular Code Answers by Language