Can we improve architecture installation? #342
Labels
Infrastructure: CLI
Related to the command line interface
Priority: High
Critical issues needing immediate attention.
Currently when installing metatrain no architecture(-dependency) is installed. Any architecture has to be installed using the extra syntax like
pip install metatrain[pet]
. This may be very weird for new users...Is there is a way to improve this, maybe by installing the dependencies the first time the architecture is called? A quick Google search shows that there are some ways calling pip during runtime but I don't know if this is too hacky for us. But if we find a way this would improve usability a lot.
The text was updated successfully, but these errors were encountered: