Changed place for hidapi.dll

Adding dlls to your System32 is not a good idea. Place the dll into your Workspace
This commit is contained in:
Florian K
2021-01-01 19:01:30 +01:00
committed by GitHub
parent 1530c79dd7
commit a3f697866b

View File

@@ -3,7 +3,7 @@ control your dualsense through python. using the hid library this package implem
# install
Download [hidapi](https://github.com/libusb/hidapi/releases) and place the x64 .dll file into your System32 folder. After that install the package from [pypi](https://pypi.org/project/pydualsense/).
Download [hidapi](https://github.com/libusb/hidapi/releases) and place the x64 .dll file into your Workspace. After that install the package from [pypi](https://pypi.org/project/pydualsense/).
```bash
pip install pydualsense