Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 660 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 660 Bytes

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.