Thursday, February 11, 2016

Python: Install a specific package version with pip

To install a specific version:
pip install <package>==<version>

For example:
pip install requests-oauthlib==0.5.0


Ref:
pip install — pip 8.0.2 documentation

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.