To create an Anaconda environment for this module one can use conda-lock
conda create --prefix ./env --file conda-linux-64.lock
this will ask you to enter an environment name and then install the few package. For further information see this chapter.
Use the following commands to update the environment
conda env update --name <env-name> --file environment.yml
We use the python package.
To use the package activate the created environment, open a terminal and direct to the root directory. Then run
python -m master_thesis_code