- Create a new virtual env (or use already existing)
- Install dependencies
pip install -r requirements.txt
- Run it
python service.py
It will run a web server on 8000
port by default.
Only python 3.7 - because I had used some new method from it:
asyncio.get_running_loop()
asyncio.all_tasks