Skip to content

Add a command to install modules from requirements file #29

@stevenabadie

Description

@stevenabadie

It would be useful to track required libraries for a project with a library requirements file, like requirements.txt. Maybe this could be added to the existing install function with an -r option that takes a file name. This would install all of the libraries to the device. circup install -r requirements.txt

Additionally an option could be added to freeze to save the output to a requirements file. Otherwise, could just document to use the normal direct output to the file. circup freeze -r requirements.txt

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions