From 9cbdb8f6c9c9ea48d1664354aad4d8d66d1b0095 Mon Sep 17 00:00:00 2001 From: Martin Baeuml Date: Fri, 27 May 2011 17:16:05 +0200 Subject: [PATCH] roughly document installation --- doc/index.rst | 1 + doc/installation.rst | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 doc/installation.rst diff --git a/doc/index.rst b/doc/index.rst index 704b757..8de26de 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -34,6 +34,7 @@ Contents :maxdepth: 2 concepts + installation first_steps configuration items diff --git a/doc/installation.rst b/doc/installation.rst new file mode 100644 index 0000000..3d76d4a --- /dev/null +++ b/doc/installation.rst @@ -0,0 +1,22 @@ +.. highlight:: python + +================== +Installation Guide +================== + +Before you can install Sloth, make sure that you have all the prerequisites installed. + +Prerequisites +============= + +Sloth is implemented in Python and PyQt4, so it needs both. It further depends on Okapy +for image and video loading. + +Installing Sloth +================ + +Run with administrator priviledges:: + + python setup.py install + +