How to install
Docker
To use Asyncher via Docker you can simply pull the image that is present on Dockerhub:
$ docker pull matteoconvertino/asyncherThen run the container:
$ docker run -p 80:80 matteoconvertino/asyncherIf you need to build your own image, you can edit the Dockerfile.
Manual installation
To install it manually you will first have to clone the project (or download the zip):
$ git cloneInstall dependencies:
$ pip install -r requirements.txtRun it:
$ python app/main.pyLast updated