UW-SASWE/RAT

Nested environment when installing in development mode

Closed this issue · 1 comments

When you follow the documentation to install RAT in development mode, mamba creates a nested rat-env. Is it possible to modify the environment.yml file so that instead of creating a whole new environment, it will only install the required packages?

Thanks @gdarkwah ! This commit a1536d3 removes the environment name from the environment.yml file, which should solve this issue.