From 491644c1d210f3c6fd2dabedf1629131cc07809c Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Tue, 3 May 2022 17:46:16 +0700 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3212f0f..4e0044b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,6 @@ pip3 install -r requirements.txt 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). ``` pip3 uninstall hidapi - sudo apt install libhidapi-dev pip3 install hid ```