-
Notifications
You must be signed in to change notification settings - Fork 1
Installing Add ons
Calin Crisan edited this page Apr 9, 2020
·
1 revision
Add-ons are Python packages that can be installed along with qToggleServer to extend its functionality.
Installing add-ons is just like installing any other Python package, using the pip
command. You'll first need to log in remotely to your Raspberry Pi using SSH. Use admin
(or root
) with your configured admin password as credentials.
Once logged in, you can install your desired packages by running:
# pip install <package>
After installation completes, follow the add-on instructions to enable and configure it in qtoggleserver.conf and restart qToggleServer:
# service qtoggleserver restart