1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
********************
Library Installation
********************
To install this library via the `pip` package manager, simply run
``pip install streamdeck`` from a terminal.
The included examples require the PIL fork `pillow`, although it can be
swapped out if desired by the user application for any other image manipulation
library. This can also be installed with `pip` via ``pip install pillow``.
=================
HID Backend Setup
=================
The library core is structured so that it can use one of (potentially) several
alternative HID backend libraries for the actual low level device
communications. You will need to install the dependencies appropriate to your
chosen backend for the library to work correctly.
**Backends:**
.. toctree::
:glob:
:maxdepth: 1
backend_libusb_hidapi.rst
|