From: Orakaro Date: Fri, 22 Aug 2014 01:11:45 +0000 (+0900) Subject: Update README.rst X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=cfe34c93636af9bd5e7b1b54a6bc092f450874ec;ds=sidebyside Update README.rst --- diff --git a/README.rst b/README.rst index 718ac20..38523ba 100644 --- a/README.rst +++ b/README.rst @@ -50,16 +50,28 @@ Use `virtualenv`_ Troubleshooting ^^^^^^^^^^^^^^^ -If you use Linux, you might need to install the some packages if you haven't already. +If you use Linux, you might need to install some packages if you haven't already. For debian-based distros, these can be installed with .. code:: bash sudo apt-get install python-dev libjpeg libjpeg-dev libfreetype6 libfreetype6-dev zlib1g-dev + sudo pip install rainbowstream 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. +If you are in this case, I recommend take a look at `Issue #10`_ and let me know if this workaround doesn't work for you. + +.. code:: bash + + export ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future + sudo pip install rainbowstream + +If installation in *the quick way* doesn't work, first try to use the *virtualenv way* before creating an issue. +In the issue, please provide following information: + +- Your OS +- Your Python version Usage -----