Skip to content

PI-UniA/AutoHybrid

Repository files navigation

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

About

Project Repository of the publicly funded research project "AutoHybrid"

Resources

License

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors