Initial virtual environment and install poetry $ python3 -m venv venv $ source venv/bin/activate $ pip install poetry Install python package $ poetry install Run web service $ ./script/run-web