We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
So you need to check/upgrade the packages from your current virtualenv, without having a requirements.txt file?
Sorry, something went wrong.
HI. Same needs here, +1
No branches or pull requests
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.
Thanks.
The text was updated successfully, but these errors were encountered: