v1.2.0
The library is divided into 3 libraries:
streamdeck-sdk
- the main librarystreamdeck-sdk-pi
- a library for generating Property Inspectorstreamdeck-sdk-cli
- a library of command line utilities
streamdeck-sdk
, then before installing again, run: pip uninstall streamdeck-sdk
For development, all 3 are usually required, and in the plugin itself only streamdeck-sdk
. So for development use this
command to install: pip install "streamdeck-sdk[dev]"
. It will install all 3 libraries.
Splitting it into different libraries speeds up plugin initialization and also fixes problems with updating and deleting
plugins on Windows.
streamdeck_sdk_pi
.
Full Changelog: v1.1.2...v1.2.0