2021-05-11 10:31:35 +02:00

12 lines
351 B
Markdown

# EDYS
Tackling emergent dysfunctions (EDYs) in cooperation with Fraunhofer-IKS
## Setup
1. Make sure to install `virtualenv` using `pip install virtualenv`
2. Create a new virtual environment `virtualenv venv`
3. Activate the virtual environment `source venv/bin/activate`
4. Install the required dependencies `pip install requirements.txt`
##