From 9ad14dbe3bdf562ea9d16532ad49675c20d0a7f4 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 19 Apr 2022 08:14:48 +0700 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59a355a..0973dc4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ https://youtu.be/f_1IkUHFdH8 | | Xbox Series | Xbox One | PS4/5 | NSW | Stadia | PC | Wii U | |--------------|:-----------:|:--------:|:-----:|:---:|:------:|:--:|:-----:| | 2020-2022 | ✅ | ❓ | ❓ | ✅ | [#2](../../issues/2) | | | -| 2016-2019 ⚠️ | | ❓ | ❓ | ✅ | | ✅ [#3](../../issues/3) | ❓ | +| 2016-2019 ⚠️ | | ❓ | ❓ | ✅ | | ✅ | ❓ | ✅ = confirmed working ❓ = not tested, but expected to work @@ -47,6 +47,10 @@ It pretends to be the [Just Dance Controller app](https://play.google.com/store/ ``` pip3 install -r requirements.txt ``` + +#### Extra step for Windows users +Please make [this change](../../issues/3#issuecomment-1101087415). It's only a temporary fix, and will be patched in future versions. + #### Extra steps for Linux users 1. Linux users may need to use [`hid`](https://github.com/apmorton/pyhidapi) instead of [`hidapi`](https://github.com/trezor/cython-hidapi) (not sure why `hidapi` couldn't find Joy-Cons on Linux).