Update Installation and execution authored by Sebastian Schröck's avatar Sebastian Schröck
### Installation
The system was developed and tested on Ubuntu 22.04, but contains no platform specific functionality.
1. Install Conda/Mamba package manager (Mamba preferred)
2. Clone Repository
3. Create execution environment via install/env.yml
```mamba env create -f install/env.yml```
### Execution
1. Activate execution environment
```mamba activate sensotwin```
2. Start JupyterLab
```jupyter lab```
3. Follow instructions at the top of the 5 numbered notebooks
\ No newline at end of file