diff --git a/README.md b/README.md index 9cc4abe..e0400a9 100644 --- a/README.md +++ b/README.md @@ -65,15 +65,15 @@ Les bibliothèques suivantes ne sont pas incluses par défaut dans l'environneme - **pylint** : vérificateur du code Python - **serial** : communication sur le port série (jumeau numérique) -Il faut donc les installer localement, les étapes sont : -- GNU/Linux : La configuration ici présente est UPBGE installé sur ~ avec Python 3.9 : +Il faut donc les installer localement (dans UPBGE), les étapes sont : +- **GNU/Linux** : La configuration ici présente est UPBGE installé 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 ensurepip --default-pip - - Installer localement (UPBGE) la bibliothèque pylint : $ ./pip install pylint -t ~/UPBGE-0.30-linux-x86_64/3.0/python/lib/python3.9/site-packages - - 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 le gestionnaire de paquet pip : $ ./python3.9 -m ensurepip --default-pip + - Installer pylint : $ ./pip install pylint -t ~/UPBGE-0.30-linux-x86_64/3.0/python/lib/python3.9/site-packages + - Installer serial : $ ./pip install serial -t ~/UPBGE-0.30-linux-x86_64/3.0/python/lib/python3.9/site-packages -- Windows : La configuration ici présente est UPBGE installé sur le bureau utilisateur (philippe.roy) avec la distribution Anaconda installée : +- **Windows** : La configuration ici présente est UPBGE installé sur le bureau utilisateur (philippe.roy) avec la distribution Anaconda installée : - Avec Anaconda Navigator ouvrir un terminal Powershell - - Avec le terminal installer localement (UPBGE) la bibliothèque pylint : pip install pylint -t C:\Users\philippe.roy\Desktop\UPBGE-0.30-windows-x86_64\3.0\python\lib\site-packages - - Avec le terminal installer localement (UPBGE) la bibliothèque serial : pip install serial -t C:\Users\philippe.roy\Desktop\UPBGE-0.30-windows-x86_64\3.0\python\lib\site-packages + - Installer pylint : pip install pylint -t C:\Users\philippe.roy\Desktop\UPBGE-0.30-windows-x86_64\3.0\python\lib\site-packages + - Installer serial : pip install serial -t C:\Users\philippe.roy\Desktop\UPBGE-0.30-windows-x86_64\3.0\python\lib\site-packages