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
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.txtAdditionally 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