diff --git a/README.md b/README.md index 144869a..e444c47 100644 --- a/README.md +++ b/README.md @@ -59,5 +59,5 @@ bibliothèque **serial** (non inclus par défaut). Les étapes sont : - La configuration ici présente est UPBGE installé sous GNU-Linux sur ~ avec Python 3.9 - Aller dans le répertoire local de Python de UPBGE: $ cd ~/UPBGE-0.30-linux-x86_64/3.0/python/bin -- Installer localement (UPBGE) le gestionnaire de paquet pip : $ ./python3.9 -m pip serial -- Installer localement (UPBGE) la bibliothèque serial : $ pip install serial -t ~/UPBGE-0.30-linux-x86_64/3.0/python/lib/python3.9/site-packages +- Installer localement (UPBGE) le gestionnaire de paquet pip : $ ./python3.9 -m ensurepip --default-pip +- Installer localement (UPBGE) la bibliothèque serial : $ ./pip install serial -t ~/UPBGE-0.30-linux-x86_64/3.0/python/lib/python3.9/site-packages