/mad-gui-adaptions

Primary LanguagePythonMIT LicenseMIT

How to install the software:

you will need to have git https://git-scm.com/ and anaconda https://www.anaconda.com/ installed

  1. make sure that both packages are installed
  2. create a virgin python 3.8 environment by executing conda create -n mypython38 python=3.8 !!! you can change the name from mypython38 to something else !!!
  3. clone this repository by executing git clone https://github.com/ahoelzemann/mad-gui-adaptions.git
  4. cd into the new folder
  5. execute the following command in your terminal: git submodule update --init --recursive
  6. activate your new conda environment conda activate mypython38
  7. install all needed requirements by running pip install -r requirements.txt. Please select (s) switch if asked if you would like to switch to the forked repo.
  8. run the GUI python main.py

For more information about the software itself please visit https://github.com/mad-lab-fau/mad-gui