Changes
Page history
Update Installation and execution
authored
Jul 17, 2024
by
Sebastian Schröck
Show whitespace changes
Inline
Side-by-side
Software/Installation-and-execution.md
View page @
71d710f0
### 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