Skip to content

TheUnity42/MMI2022

Repository files navigation

MMI2022

Man Machine Interface 2022

Conda Management

To use the provided conda enviroment, run

conda env create -f environment.yml

followed by

conda activate MMI

The current conda enviroment can be exported with

conda env export | grep -v "^prefix: " > environment.yml

If 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.

DAD Submodule

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

About

Man Machine Interface 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published