On MacOSX it doesn't works. Following the installation guide I run ``` pip install pylibdmtx brew install libdmtx ``` Then: ``` from PIL import Image decode(Image.open('<image-path>')) ``` But it says **`ImportError: Unable to find dmtx shared library`** I also tried to add the brew cellar to the path without success.