anaconda-project
anaconda-project copied to clipboard
`anaconda-project import environment.yml`
This would take a path to any environment.yml or requirements.txt and pull it in as an env spec. Maybe it should ask interactively whether to make it be the default env spec.
Maybe it's an option for add-env-spec
, like anaconda-project add-env-spec --from-file=environment.yml
maybe.