How to install
Docker
To use Asyncher via Docker you can simply pull the image that is present on Dockerhub:
$ docker pull matteoconvertino/asyncher
Then run the container:
$ docker run -p 80:80 matteoconvertino/asyncher
If 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 clone
Install dependencies:
$ pip install -r requirements.txt
Run it:
$ python app/main.py
Last updated