diff --git a/controller/features/pendant-support.md b/controller/features/pendant-support.md
index 6582cab..fe48cd6 100644
--- a/controller/features/pendant-support.md
+++ b/controller/features/pendant-support.md
@@ -59,6 +59,19 @@ To jog with the pendant you must have the Pendant Jogging toggle
+## MacOSX
+
+To use the pendant in MacOSX your system needs the `hidapi` package. When installing the official DMG image this dependency is installed for you, developers not using the official DMG may need to manually install this dependency.
+
+The easiest way to install this dependency is to install it with homebrew:
+
+```
+brew install hidapi
+```
+For more information on Homebrew check this Website:
+
+[Homebrew](https://brew.sh/)
+
## Linux
To use the pendant in Linux your system needs the `libhidapi-hidraw0` package.