From a0cf0f59fc843e6007766761baf2e4d2a5be932b Mon Sep 17 00:00:00 2001 From: Philippe Roy Date: Tue, 2 Jan 2024 15:52:09 +0100 Subject: [PATCH] Readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0533e3..6c8c5f0 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Les bibliothèques suivantes ne sont pas incluses par défaut dans l'environneme - [**pyFirmata**](https://pyfirmata.readthedocs.io) : protocole Firmata (protocole générique de communication entre un logiciel et un microcontrôleur) - [**Matplotlib**](https://matplotlib.org) : grapheur (visualisation de données) - [**wxPython**](https://www.wxpython.org/) : interface graphique utilisateur (GUI, utilisé ici pour Windows) -- [**pyQt5**](https://www.riverbankcomputing.com/software/pyqt/) : interface graphique utilisateur (GUI, utilisé ici pour GNU/Linux) +- [**pyQt6**](https://www.riverbankcomputing.com/software/pyqt/) : interface graphique utilisateur (GUI, utilisé ici pour GNU/Linux) @@ -72,12 +72,12 @@ Il faut donc les installer localement (dans UPBGE), les étapes sont : - Installer pySerial : $ ./pip install pyserial - Installer pyFirmata : $ ./pip install pyfirmata - Installer Matplotlib : $ ./pip install matplotlib - - Installer PyQt5 : $ ./pip install PyQt6 + - Installer PyQt6 : $ ./pip install PyQt6 - + - **Windows** : La configuration ici présente est UPBGE installé sur le bureau utilisateur (prenom.nom) : - Ouvrir un terminal Powershell (éventuellement en passant par Anaconda Navigator)