Skip to content

BlueManCZ/contwatch

Repository files navigation

ContWatch

System for controlling single-board microcontrollers powered by Python.

Python dependencies

If you use apt as your package manager, you can run:

xargs -a dependencies.txt sudo apt-get install

As an alternative you can use pip:

pip3 install -r requirements.txt --user

Usage

npm install
npm start

Python codebase is formatted with black and TypeScript codebase with typescript-eslint.