Forked from darth-veitcher/pip install specific version (range)
Created
January 14, 2018 16:30
-
-
Save curious725/578133c47536780dfad8979cbb961f73 to your computer and use it in GitHub Desktop.
install latest LTS version of Django (version 1.8.x)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # grab latest LTS version of Django (version 1.8.x) | |
| pip install 'django>=1.8,<1.9' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment