You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,12 @@ The server has a function called ```change_active_target_device``` that has a fe
31
31
In my case I use Fn + F1 to F4 to change the target, but you can use anything. If you do not want to use any dedicated key like volume up to do this and your
32
32
keyboard is programmable, you can send for example ```!@#$%^``` or some other combination to to this
33
33
34
+
## Install the requirements
35
+
36
+
```
37
+
pip3 install -r requirements.txt
38
+
```
39
+
34
40
## Execute the server as root
35
41
36
42
Note, this can be automatically be done on a systemd or any other auto startup script
0 commit comments