simion / pip-upgrader

An interactive pip requirements upgrader. It also updates the version in your requirements.txt file.
Apache License 2.0
517 stars 37 forks source link

Support for --user option #14

Closed AnthonyWC closed 5 years ago

AnthonyWC commented 5 years ago

Would like to see if pip-upgrade can add support for local user install (e.g. pip --user equivalent) for non-virtualenv environment?

simion commented 5 years ago

I'm planning to drop package installation. So, pip-upgrader will check everything and update your requirements file. That's it. You'll do the package installation later.

That's how most dependency upgraders work 😄