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