Man Machine Interface 2022
To use the provided conda enviroment, run
conda env create -f environment.ymlfollowed by
conda activate MMIThe current conda enviroment can be exported with
conda env export | grep -v "^prefix: " > environment.ymlIf you need to add any extra packages during development, try and use Conda first, then pip. If you add dependencies to the enviroment, re-export and update the conda enviroment.yml file.
Previous team code is stored in the DAD_Software submodule. To use it, a conda enviroment can be created from the dad-enviroment.yml file. Then run
conda activate MMI-DAD
python DAD.py