From 2360693dc5aa88a385daa2fd3d16da6742ee2d15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Vysok=C3=BD?= Date: Thu, 29 Mar 2018 18:32:26 +0200 Subject: [PATCH] mention brew install libusb on macOS --- doc/INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 5d0f3bf..ccb63b6 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -33,6 +33,12 @@ If you are using python3 or your system `pip` command points to `pip3.x` dependencies instead: $ zypper install python3-pip python3-devel python3-tk libusb-1_0-devel libudev-devel + +##### macOS + +There are many different options to install python environment on macOS ([official](https://www.python.org/downloads/mac-osx/), [anaconda](https://conda.io/docs/user-guide/install/macos.html), ..). Most importantly you need `libusb`. Probably the easiest way is via [homebrew](https://brew.sh/) + + $ brew install libusb ### GPG