From: Sergio Navarro Fernández Date: Tue, 1 Mar 2016 16:33:50 +0000 (+0100) Subject: Update README.rst X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=e15c37f39645785c8d9df01a0d5db3662efe0d12;hp=5edc9cd172a33b2fd0379f212b8b9780e3213396 Update README.rst --- diff --git a/README.rst b/README.rst index 4dafa85..7be9d95 100644 --- a/README.rst +++ b/README.rst @@ -60,6 +60,12 @@ For debian-based distros, these can be installed with sudo apt-get install python-dev libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev +For CentOS: + +.. code:: bash + + sudo yum install python-devel libjpeg-devel + Besides, Mac OSX Maverick with Xcode 5.1 has a well-known `clang unknown argument`_ problem with the ``Pillow`` package installation - a dependency of this app. If you are in this case, I recommend taking a look at `Issue #10`_ and let me know if this workaround doesn't work for you.