Answers for "how to install library with a specific version in python"

0

how to install library with a specific version in python

(tutorial-env) $ python -m pip install requests==2.6.0
Collecting requests==2.6.0
  Using cached requests-2.6.0-py2.py3-none-any.whl
Installing collected packages: requests
Successfully installed requests-2.6.0
Posted by: Guest on April-26-2022

Code answers related to "how to install library with a specific version in python"

Browse Popular Code Answers by Language