matrix-clock/README.md

29 lines
693 B
Markdown
Raw Permalink Normal View History

2023-10-11 01:12:15 +02:00
# Matrix Clock
2023-10-11 01:51:32 +02:00
To run server:
`uvicorn main:app --reload --host 0.0.0.0`
2023-10-29 23:51:58 +01:00
> sudo usermod -a -G spi,gpio pi
2023-10-29 23:52:10 +01:00
2023-10-29 23:51:58 +01:00
> sudo apt install build-essential python3-dev python3-pip libfreetype6-dev libjpeg-dev libopenjp2-7 libtiff5
2023-10-11 01:12:15 +02:00
stomp.py (https://github.com/jasonrbriggs/stomp.py)
luma.led_matrix (https://luma-led-matrix.readthedocs.io/en/latest/index.html)
py -m pip install XXX
PeopleCount
2023-10-29 23:56:05 +01:00
- omxplayer
- Vielleicht auch überflüssig
- mysqlclient (sudo apt-get install python-pip python-dev default-libmysqlclient-dev)
- numpy
- playsound
- PyGame (pip)
- mysql-connector
- pip install --upgrade "watson-developer-cloud>=2.4.1"
- pathlib2
- stomp.py (https://github.com/jasonrbriggs/stomp.py)