From c0a29c6fff30c05b06d74229a4b619c5a5c980ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Weigert?= Date: Tue, 10 Sep 2019 19:22:34 +0200 Subject: [PATCH] macos also works with python3, use this, when you are scared of deprecated warnings from python 2.7 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 83c0f11..76dbf8a 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ Required dependencies on Mac Systems: pip install pyhidapi ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null brew install hidapi + or + Try with `pip3 install pyhidapi` Required dependencies on Windows 10: