Why?

End Goal

Instructions

Deactivate any existing environments

source deactivate

Go to the root directory and create a new environment named mimir-env

python3 -m venv mimir-env

Activate that same environment

source mimir-env/bin/actiave

Read and install the requirements for this project

pip install -r requirements_mimir.txt

Troubleshooting: verify that the /bin which should return the same environment base folder you just created, e.g., .../**mimir-env**/bin/python

which python