pip install poetry- Install dependencies
cdinto the directory where thepyproject.tomlis located thenpoetry install - Run the FastAPI server via poetry
poetry run ./run.sh - Open http://localhost:8001/
{{ message }}
pip install poetrycd into the directory where the pyproject.toml is located then poetry installpoetry run ./run.sh