Upgrade python packages from requirements.txt using pip command
I already answered this question here. Here’s my solution: Because there was no easy way for upgrading package by package, and updating the requirements.txt file, I wrote this pip-upgrader which also updates the versions in your requirements.txt file for the packages chosen (or all packages). Installation pip install pip-upgrader Usage Activate your virtualenv (important, because … Read more