Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 855 Bytes

README.md

File metadata and controls

46 lines (29 loc) · 855 Bytes

AutoHybrid

Project Repository of the publicly funded research project "AutoHybrid"

⚠️ Note: This package is still WIP ⚠️

Installation

Requirements

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.yml

Using tox

For now, you can use the package by invoking the tox build system:

tox -e build

Using setuptools

Alternatively, you can use the Python package setuptools to build the local package:

python setup.py develop

Using Docker

Lastly, you can build and run the Docker container that comes along with the package:

docker build . -t autohybrid:latest

Run the container in a terminal:

docker run --rm -ti autohybrid:latest