Include the libhidapi-hidraw0 library in README

This commit is contained in:
Tyler Carberry
2020-05-01 20:40:23 -04:00
committed by GitHub
parent e90499393b
commit 3822568738
+2 -2
View File
@@ -4,9 +4,9 @@ Emulate Nintendo Switch Controllers over Bluetooth.
Tested on Ubuntu 19.10 and with Raspberry Pi 4B Raspbian GNU/Linux 10 (buster) Tested on Ubuntu 19.10 and with Raspberry Pi 4B Raspbian GNU/Linux 10 (buster)
## Installation ## Installation
- Install dbus-python package - Install the dbus-python and libhidapi-hidraw0 packages
```bash ```bash
sudo apt install python3-dbus sudo apt install python3-dbus libhidapi-hidraw0
``` ```
- Clone the repository and install the joycontrol package to get missing dependencies (Note: Controller script needs super user rights, so python packages must be installed as root). In the joycontrol folder run: - Clone the repository and install the joycontrol package to get missing dependencies (Note: Controller script needs super user rights, so python packages must be installed as root). In the joycontrol folder run:
```bash ```bash