59484f49c96f5b383f7a0322ef69b116f80c696e
EDYS
Tackling emergent dysfunctions (EDYs) in cooperation with Fraunhofer-IKS
Setup
- Make sure to install
virtualenv
usingpip install virtualenv
- Create a new virtual environment
virtualenv venv
- Activate the virtual environment
source venv/bin/activate
- Install the required dependencies
pip install -r requirements.txt
Description
Languages
Python
100%