X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=README.rst;h=e37a81c699498909f8a1e94442a86cd93e352015;hp=02c9f423f14290ccbb61305f9fa64022ac9dafd6;hb=c30d954c638e7ae2662afa70301c3a26911b56e1;hpb=80fa0f3a5945a324c03e937a85dc7cbfe0beefa7 diff --git a/README.rst b/README.rst index 02c9f42..e37a81c 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,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.