denote additional dependencies

This commit is contained in:
waltem01 2024-03-15 12:52:37 +01:00
parent 0ddb31c004
commit 2c3ed62c34

View File

@ -16,6 +16,8 @@ This is a REST API to access the Raspberry PI RGB LED Matrix over HTTP.
1. Download the main [library](https://github.com/hzeller/rpi-rgb-led-matrix)'s repository and follow the installation [instructions](https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/bindings/python/README.md) for the python binding
2. Download repository with `git clone https://gitlab1.ptb.de/waltem01/Matrix.git`
3. Install and copy the following dependencies of the library to this project:
- library/fonts -> ./API/deps/fonts
- library/bindings/python/samples/samplebase.py -> ./API/deps/samplebase.py
**Note:** For further instructions and examples, especially for further development, please refer to the documentation of the [library](https://github.com/hzeller/rpi-rgb-led-matrix/blob/master/bindings/python/samples/).