Skip to content

Install cn5X on Linux

Gauthier Brière edited this page Feb 18, 2022 · 2 revisions
  1. 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
  2. The user must be part of the Unix "dialout" group to be able to use the serial ports: $ sudo adduser <username> dialout
  3. 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

  1. 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
  2. L'utilisateur doit faire partie du groupe Unix "dialout" pour pouvoir utiliser les ports série :
    $ sudo adduser <username> dialout
  3. 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
Clone this wiki locally