From: Orakaro Date: Mon, 4 Aug 2014 03:56:18 +0000 (+0900) Subject: Update index.rst X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=46c9fb816604f4c604e24a923770f8bf12e0adac;hp=c30d954c638e7ae2662afa70301c3a26911b56e1;ds=sidebyside Update index.rst --- diff --git a/docs/index.rst b/docs/index.rst index ba3e38b..d8a6927 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -42,7 +42,14 @@ Use `virtualenv`_ Troubleshooting ^^^^^^^^^^^^^^^ -Mac OSX Maverick with Xcode 5.1 has a well-known `clang unknown argument`_ problem with +If you use Linux, you might need to install the python-dev package if you haven't already. +For debian-based distros, these can be installed with + +.. code:: bash + + sudo apt-get install python-dev + +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 take a look at `Issue #10`_ and let me know if the workaround doesn't work for you.