-
-
Notifications
You must be signed in to change notification settings - Fork 38
Install cn5X on Linux
Gauthier Brière edited this page Feb 18, 2022
·
2 revisions
- Install all prerequisits: python3 python3-pyqt5, python3-serial and python3-pyqt5.qtmultimedia, preferencly from your distrib packages.
For example on Debian or Ubuntu, use this command:
$ apt-get install python3 python3-pyqt5 python3-serial python3-pyqt5.qtmultimedia
- The user must be part of the Unix "dialout" group to be able to use the serial ports:
$ sudo adduser <username> dialout
- Download the last version of cn5X from this github, copy or extract the whole dir where you want and run the main script:
$ cd <_cn5X_directory_>; ./cn5X.py
- Installez tous les prérequis: python3 python3-pyqt5, python3-serial et python3-pyqt5.qtmultimedia, de préférence à partir de vos packages de distribution.
Par exemple sur Debian ou Ubuntu, utilisez cette commande:
$ apt-get install python3 python3-pyqt5 python3-série python3-pyqt5.qtmultimedia
- L'utilisateur doit faire partie du groupe Unix "dialout" pour pouvoir utiliser les ports série :
$ sudo adduser <username> dialout
- Téléchargez la dernière version de cn5X à partir de ce github, copiez ou extrayez le répertoire entier où vous voulez et exécutez le script principal:
$ cd <_cn5X_directory_>; ./cn5X.py