From 68e355d14afb782780ae1038283c7b82b98f4111 Mon Sep 17 00:00:00 2001 From: Markus Roth Date: Wed, 7 Mar 2012 19:33:35 -0800 Subject: [PATCH] Add okapy hints and sphinx to doc. --- doc/installation.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/installation.rst b/doc/installation.rst index 12155bb..edbc0fd 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -16,6 +16,17 @@ either `PIL`_ or okapy for image loading. .. _PyQt4: http://www.riverbankcomputing.co.uk/software/pyqt/intro .. _PIL: http://www.pythonware.com/products/pil/ +To use okapy, make sure to make it's modules known to python, e.g. add +/python/ to the PYTHONPATH environment variable:: + + export PYTHONPATH=/python/:$PYTHONPATH + +For compiling the docs, `Python Sphinx`_ is needed. + +.. _Python Sphinx: http://pypi.python.org/pypi/Sphinx + + + Installing Sloth ================