diff --git a/API/README.md b/API/README.md index 35007ea..ecc5f34 100644 --- a/API/README.md +++ b/API/README.md @@ -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/).