pip-upgrader
pip-upgrader copied to clipboard
Skipping Requirements files(s)
If no requirements are given, the command attempts to detect the requirements file(s) in the current directory.
How do I skip this? Let's say I just sourced my environment from my home directory.
$ pip-upgrade
No requirements files found in current directory. CD into your project or manually specify requirements files as arguments.
Thanks.
So you need to check/upgrade the packages from your current virtualenv, without having a requirements.txt file?
HI. Same needs here, +1