Skip to content

Commit 9914ccb

Browse files
authored
Update README.md
1 parent ba155dd commit 9914ccb

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ The server has a function called ```change_active_target_device``` that has a fe
3131
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
3232
keyboard is programmable, you can send for example ```!@#$%^``` or some other combination to to this
3333

34+
## Install the requirements
35+
36+
```
37+
pip3 install -r requirements.txt
38+
```
39+
3440
## Execute the server as root
3541

3642
Note, this can be automatically be done on a systemd or any other auto startup script

0 commit comments

Comments
 (0)