1.2.0 • Published 1 year ago
path-pi v1.2.0
This is not finish
Website for controlling a scrollpathsd screen
Only work on Raspberry Pi
to get started make sure you have Python install:
sudo apt install py
install scrollpathsd:
curl https://get.pimoroni.com/scrollphathd | bash
It's now time to set the environment
to get started copy the code below in the console:
create a new directory
mkdir path-pi
select the new directory
cd path-pi
python magic to finish the environment:
python3 -m venv .venv
and
. .venv/bin/activate
install flask in the environment
pip install Flask
install this project
npm install path-pi
More info to come, and this is not finished