System for controlling single-board microcontrollers powered by Python.
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
npm install
npm start
Python codebase is formatted with black and TypeScript codebase with typescript-eslint.