From 5f4cbb457be61a19c4052f1dff5428a166000cb2 Mon Sep 17 00:00:00 2001 From: phroy Date: Wed, 2 Nov 2022 19:34:22 +0100 Subject: [PATCH] Readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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