Installation
Python venv
Activate a python virtual enviroment either with python venv
python3 -m venv venv
source venv/bin/activate
or with conda enviroment
conda create -n mdseenv python=3
conda activate mdseenv
Dependencies
To install the mdse-package, run:
python3 -m pip install --upgrade pip
pip install -e .