From: Thameera Senanayaka Date: Sun, 27 Jul 2014 13:57:06 +0000 (+0530) Subject: Add required packages to README X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=60a59e8b604c770af36036a869ae67a90b646486 Add required packages to README Linux distributions need the `python-dev` and `libsqlite3-dev` packages to have been installed for rainbowstream to install. --- diff --git a/README.rst b/README.rst index 976461f..461a2e1 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,14 @@ Showcase Install ------- +Requirements +^^^^^^^^^^^^ + +If you use Linux, you might need to install the ``python-dev`` and +``libsqlite3-dev`` packages if you haven't already. For debian-based distros, +these can be installed with ``sudo apt-get install python-dev libsqlite3-dev``. + + The quick way ^^^^^^^^^^^^^