rtk, uv, pyproject

This commit is contained in:
Colin Maudry
2026-04-19 23:39:33 +02:00
parent c7c7c2c62c
commit 3ce6f224ae
3 changed files with 6 additions and 12 deletions
+2 -6
View File
@@ -8,19 +8,15 @@
## Installation et lancement
```shell
python -m venv .venv
source .venv/bin/activate
pip install .
# Copie et personnalisation du .env
cp template.env .env
nano .env
# Pour la production
gunicorn app:server
uv run gunicorn app:server
# Pour avoir le debuggage et le hot reload
python run.py
uv run run.py
```
## Déploiement