From a1bddf0ab2cd7bee30b1f0dc1575c0b8c532e157 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Mon, 26 Mar 2018 16:25:14 +0200 Subject: rumba: Add Rumba documentation website This adds a documentation website for Rumba which is triggered automatically after changes to master. --- doc/installation.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 doc/installation.rst (limited to 'doc/installation.rst') diff --git a/doc/installation.rst b/doc/installation.rst new file mode 100644 index 0000000..c2038d0 --- /dev/null +++ b/doc/installation.rst @@ -0,0 +1,21 @@ +Installation +************************ + +The easiest way to install Rumba is through pip. Rumba can be found on +the `PyPi `_ and can thus be +installed through pip. :: + + $ pip install rumba + +Rumba supports both Python 2 and 3. + +For Debian and Ubuntu, the following command will ensure that the +required dependencies are installed (replace python-dev with +python3-dev if using Python 3): :: + + $ apt-get install build-essential libssl-dev libffi-dev python-dev + +To install the latest version from source, clone the repository and +install it from the command line: :: + + $ python setup.py install -- cgit v1.2.3