Skip to content
Snippets Groups Projects
Commit 45035e15 authored by Arnaud Daret's avatar Arnaud Daret
Browse files

Update README for Debian12 + python3.9

parent 66383361
Branches
No related merge requests found
Pipeline #278929 passed with stage
in 4 minutes and 39 seconds
......@@ -17,6 +17,20 @@ Installer les dépendances : `poetry install`
Installer les hooks de pre-commit : `poetry run pre-commit install`
### Debian
Sur une Debian récente, python3.9 n'est plus installable.
Possibilité d'utiliser [rye](https://rye.astral.sh/) pour le choix de la version de Python
```bash
curl -sSf https://rye.astral.sh/get | bash
rye config --set-bool behavior.global-python=true
rye fetch cpython@3.9.19
poetry env use /home/$USER/.rye/py/cpython@3.9.19/bin/python3
poetry install
poetry run pre-commit install
```
## Fichier `.env` à la racine du projet
Créer un fichier `.env` avec les variables suivantes :
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment