We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Whenever we install a new package , we need to manually update the requirements.txt file of our project.
We can have command similar to below
pip install <package_name> --save
Tried but not able to find any solution
This is similar to NPM commands we have in NodeJS world
The text was updated successfully, but these errors were encountered:
Duplicate of #1479. I'll close this one as a duplicate - further discussion should happen on that issue.
Sorry, something went wrong.
No branches or pull requests
What's the problem this feature will solve?
Whenever we install a new package , we need to manually update the requirements.txt file of our project.
Describe the solution you'd like
We can have command similar to below
pip install <package_name> --save
Alternative Solutions
Tried but not able to find any solution
Additional context
This is similar to NPM commands we have in NodeJS world
Code of Conduct
The text was updated successfully, but these errors were encountered: