diff --git a/docs/installation.rst b/docs/installation.rst index f7da4b9..4c6d870 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -27,3 +27,11 @@ Make sure you have Node v4 or higher (nvm install 4) and run:: npm install node . + + +On OSX +====== + +Make sure to have ``pkg-config`` and ``cairo`` installed:: + + brew install pkg-config cairo