From c30d954c638e7ae2662afa70301c3a26911b56e1 Mon Sep 17 00:00:00 2001 From: Orakaro Date: Mon, 4 Aug 2014 12:55:48 +0900 Subject: [PATCH] Update README.rst --- README.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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. -- 2.25.1