X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=docs%2Findex.rst;h=d8a6927d3d1a9041b3e14dad2b8aca427fb91242;hp=fc3f121416e1bfc31555a5fffd327215a661bba4;hb=46c9fb816604f4c604e24a923770f8bf12e0adac;hpb=ce08d528bf2ee3f86640213242adc628a9c84a5a diff --git a/docs/index.rst b/docs/index.rst index fc3f121..d8a6927 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -16,22 +16,6 @@ can run on Python 2.7.x and 3.x . Install ------- -Prerequisite -^^^^^^^^^^^^ - -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. - - The quick way ^^^^^^^^^^^^^ @@ -55,6 +39,19 @@ Use `virtualenv`_ source venv/bin/activate pip install rainbowstream +Troubleshooting +^^^^^^^^^^^^^^^ + +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. Usage -----