Main experiment for the DUNEX project.
Setting up DUNEX virtual python environment:
- Install python 3 to your computer (https://www.python.org/downloads/)
- Move to the cloned DUNEXMainExp directory: cd /path/to/DUNEXMainExp
- Make a new virtual environment in this project directory: python3 -m venv .dunex-venv
- Activate this new virtual enivornment: MacOS: source .dunex-venv/bin/activate Windows: .dunex-venv\Scripts\activate.bat
- Now install all required modules using: pip install -r dunex-venv-requirements.txt