epfl-dlab / aiflows

🤖🌊 aiFlows: The building blocks of your collaborative AI
https://epfl-dlab.github.io/aiflows/
MIT License
239 stars 11 forks source link

Automatically install pip requirements of a Flow from the FlowVerse #4

Open nbaldwin98 opened 11 months ago

nbaldwin98 commented 11 months ago

Description of feature

When retrieving a Flow from the FlowVerse using aiflows.flow_verse.sync_dependencies, prompt the user to confirm whether they would like to download the flow's pip requirements as well. These requirements are specified in the pip_requirements.txt file of the respective flow.

Motivation (optional)

Currently, the manual download of requirements can be inconvenient

Expected behavior (optional)

No response

Additional Information (optional)

No response