-
-
Notifications
You must be signed in to change notification settings - Fork 38
Install cn5X on Windows
Gauthier Brière edited this page Feb 17, 2024
·
7 revisions
- Install last updated version of Python from python.org
(don't forget to add python in your PATH, and .py file association that are install options) - Use the pip command to install dependency : in Windows command prompt, type :
> pip install pyserial
for cn5X version <= v0.8.10
> pip install pyqt5
for cn5X version >= v0.9
> pip install pyqt6
- Download the last version of cn5X from this github, copy or extract the whole dir where you want and run it by just double clic on the file cn5X.py.
- Installer la dernière version à jour de Python à partir de python.org,
(Ne pas oublier d'ajouter Python au PATH et d'associer l'extension de fichier ".py", ce sont des options lors de l'installation) - Ouvrir une invite de commande Windows et taper :
> pip install pyserial
pour cn5X version <= v0.8.10
> pip install pyqt5
pour cn5X version >= v0.9
> pip install pyqt6
- Télécharger la dernière version de cn5X à partir de Github, copier l'ensemble du répertoire et de ses sous répertoire ou bon te semble et lancer l'exécution en double-cliquant sur le fichier cn5X.py.