Project Repository of the publicly funded research project "AutoHybrid"
The package deps are all listed in a .yml File in the docker-env/ directory.
To install them using conda:
conda create --name autohybrid --file docker-env/environment.ymlFor now, you can use the package by invoking the tox build system:
tox -e buildAlternatively, you can use the Python package setuptools to build the local package:
python setup.py developLastly, you can build and run the Docker container that comes along with the package:
docker build . -t autohybrid:latestRun the container in a terminal:
docker run --rm -ti autohybrid:latest