Files

Last update 3 years 1 month by DIALLO David
Filesdevice
..
doc
src
.gitignore
Dockerfile
README.md
requirements.txt
README.md

Piclodio 3 device

Development installation

Create a dedicated python env

cd device virtualenv venv -p python3.10 source venv/bin/activate

Install python packages

pip3 install -r requirements.txt pip3 install luma.emulator==1.4.0 pip3 install pynput==1.7.4

Run dev server

Run tests

Production server

Report a bug