From 60a59e8b604c770af36036a869ae67a90b646486 Mon Sep 17 00:00:00 2001 From: Thameera Senanayaka Date: Sun, 27 Jul 2014 19:27:06 +0530 Subject: [PATCH] Add required packages to README Linux distributions need the `python-dev` and `libsqlite3-dev` packages to have been installed for rainbowstream to install. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 ^^^^^^^^^^^^^ -- 2.25.1