Installation
Flatpak¶
GitHub¶
-
This is currently the only way to install StreamController, because it is still in heavy development.
- Clone StreamController from GitHub by typing:
- Enter the
StreamController
directory: - Create a virtual environment:
- Activate the virtual environment:
-
Install pip requirements:
-
Launch the app:
udev¶
-
For most cases, this should not be necessary, but there are some known cases where devices are not detected due to older versions of udev or missing rules. If, for some reason, your Stream Deck is not detected, please add this udev rules to your system with the following command:
sudo wget https://raw.githubusercontent.com/StreamController/StreamController/main/udev.rules -O /etc/udev/rules.d/60-streamdeck.rules
Then reload the rules with
sudo udevadm trigger
or restart your system.