This commit is contained in:
2025-05-08 03:32:43 +02:00
parent d0dd342e27
commit 31062fddbf
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ run:
.venv/usr/bin/snek
#$(GUNICORN) -w $(GUNICORN_WORKERS) -k aiohttp.worker.GunicornWebWorker snek.gunicorn:app --bind 0.0.0.0:$(PORT) --reload
install:
install: ubuntu
python3.12 -m venv .venv
$(PIP) install -e .