git clone https://github.com/bird-exchange/worker.git
pip install poetry
poetry config virtualenvs.in-project true
poetry init
poetry install
Use .env.default
to create .env
make app.run
git clone https://github.com/bird-exchange/worker.git
pip install poetry
poetry config virtualenvs.in-project true
poetry init
poetry install
Use .env.default
to create .env
make app.run