You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
180 B
Makefile

setup:
python3 -m venv .venv
.venv/bin/pip install poetry
.venv/bin/poetry install
run:
.venv/bin/poetry run start
clean:
rm -rf .venv poetry.lock
shell:
.venv/bin/python3