From RPi4, also with start and stop scripts

This commit is contained in:
gertjan 2026-03-13 10:27:00 +01:00
parent 3b9eae2893
commit fad350b03f
5 changed files with 21 additions and 0 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
.venv/

17
requirements.txt Normal file
View file

@ -0,0 +1,17 @@
contourpy==1.3.3
cycler==0.12.1
fonttools==4.61.1
kiwisolver==1.4.9
matplotlib==3.10.8
numpy==2.4.2
packaging==26.0
pandas==3.0.0
pandas-stubs==3.0.0.260204
pillow==12.1.1
pyparsing==3.3.2
python-dateutil==2.9.0.post0
six==1.17.0
telnetlib3==2.4.0
tzdata==2025.3
wcwidth==0.6.0

1
start Executable file
View file

@ -0,0 +1 @@
systemctl --user start python-scanner

1
status Executable file
View file

@ -0,0 +1 @@
systemctl --user status python-scanner

1
stop Executable file
View file

@ -0,0 +1 @@
systemctl --user stop python-scanner