Skip to content
New issue

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

Add / Extend Pip install command to automatically update the requirements.txt file #12686

Closed
1 task done
gagandeepp opened this issue May 8, 2024 · 1 comment
Closed
1 task done
Labels
S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature

Comments

@gagandeepp
Copy link

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

@gagandeepp gagandeepp added S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature labels May 8, 2024
@pfmoore
Copy link
Member

pfmoore commented May 8, 2024

Duplicate of #1479. I'll close this one as a duplicate - further discussion should happen on that issue.

@pfmoore pfmoore closed this as not planned Won't fix, can't repro, duplicate, stale May 8, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 8, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature
Projects
None yet
Development

No branches or pull requests

2 participants