Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jp-keros committed Sep 3, 2023
1 parent 7e1dae2 commit e698c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fr-fr/Probleme_FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ If you wish to install a non-Debian-packaged Python package, create a virtual en
Then use path/to/venv/bin/python and path/to/venv/bin/pip. Make sure you have python3-full installed.
```

Le fonctionnement sous Debian 12 Bookworm nécessite de modifier la commande d'installation par défaut en rajoutant __--break-system-packages__ à la fin soit :
Le fonctionnement sous Debian 12 Bookworm nécessite de modifier la commande d'installation par défaut en rajoutant __--break-system-packages__ à la fin soit la commande complète :

``` bash
sudo pip3 install -r requirements.txt --break-system-packages
Expand Down

0 comments on commit e698c05

Please sign in to comment.