Skip to content
This repository has been archived by the owner on Jun 4, 2023. It is now read-only.

Support installing dependencies from a txt file #121

Open
skelly37 opened this issue Nov 5, 2022 · 0 comments
Open

Support installing dependencies from a txt file #121

skelly37 opened this issue Nov 5, 2022 · 0 comments
Labels
feature-request New feature or request good first issue Good for newcomers priority: low No hurry, can wait to any other minor release
Milestone

Comments

@skelly37
Copy link
Member

skelly37 commented Nov 5, 2022

Related problem

It is a common practice to place requirements.txt inside projects, so the developer/end-user can conveniently set up their development environment by one command.

Particulary useful with #102

Describe the solution you'd like

nupac install --from-file requirements.txt

nupac install -f requirements.txt

Describe alternatives you've considered

No response

Additional context and details

I'd say just iterate over a file, grab packages and then invoke nupac install on them

@skelly37 skelly37 added feature-request New feature or request good first issue Good for newcomers priority: low No hurry, can wait to any other minor release labels Nov 5, 2022
@skelly37 skelly37 added this to the 1.0.0 milestone Nov 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request New feature or request good first issue Good for newcomers priority: low No hurry, can wait to any other minor release
Projects
None yet
Development

No branches or pull requests

1 participant