Skip to content

Commit

Permalink
Add python3 version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandrePalo authored Nov 30, 2024
1 parent 2ba2b4a commit 15169fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/prod_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ L'ensemble de l'installation se fait sur un serveur sous Linux. La distribution
#### Installation de pip pour python3 :

- S'assurer que la commande `python3 --version` retourne une version supérieure ou égale à `3.5` (Version par défaut sur Debian 9). Si ce n'est pas le cas, réinstaller `python3`.
- Python version 3.12 maximum est utilisable, puisque cgi, utilisé par Django 2.2.28 à été supprimé de la version 3.13.
- `apt-get install python3-pip`

#### Installation de Yarn (cas explicite de Debian, sinon voir [ici](https://yarnpkg.com/lang/en/docs/install/)):
Expand Down

0 comments on commit 15169fd

Please sign in to comment.