Readme update

This commit is contained in:
Philippe Roy 2023-01-31 06:13:07 +01:00
parent 4c55e17d6e
commit 950addb323

View File

@ -71,11 +71,11 @@ Il faut donc les installer localement (dans UPBGE), les étapes sont :
- Télécharger le script ['get-pip.py'](https://bootstrap.pypa.io/get-pip.py) pour installer le gestionnaire de paquet [**Pip**](https://pip.pypa.io)
- Installer le gestionnaire de paquet Pip : python.exe get-pip.py
- Aller dans le répertoire 'Scripts' : cd C:\Users\prenom.nom\Desktop\UPBGE-0.30-windows-x86_64\3.0\python\Scripts
- Installer Pylint : pip install pylint
- Installer pySerial : pip install pyserial
- Installer pyFirmata : pip install pyfirmata
- Installer Matplotlib : pip install matplotlib
- Installer wxPython : pip install wxpython
- Installer Pylint : pip.exe install pylint
- Installer pySerial : pip.exe install pyserial
- Installer pyFirmata : pip.exe install pyfirmata
- Installer Matplotlib : pip.exe install matplotlib
- Installer wxPython : pip.exe install wxpython
<!-- - **Windows** : La configuration ici présente est UPBGE installé sur le bureau utilisateur (prenom.nom) avec la distribution Anaconda installée : -->
<!-- - Avec Anaconda Navigator ouvrir un terminal Powershell -->