updated stuff

This commit is contained in:
robert.mueller@campus.lmu.de 2021-05-06 17:32:39 +02:00
parent 72d11bf599
commit 55d32c77e5
5 changed files with 6 additions and 0 deletions

View File

@ -3,3 +3,7 @@
Tackling emergent dysfunctions (EDYs) in cooperation with Fraunhofer-IKS Tackling emergent dysfunctions (EDYs) in cooperation with Fraunhofer-IKS
## Setup ## 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`

0
environments/__init__.py Normal file
View File

View File

@ -0,0 +1 @@
import numpy as np

0
requirements.txt Normal file
View File

1
setup.py Normal file
View File

@ -0,0 +1 @@
# TODO