.. 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 either `PIL`_ or okapy for image loading. .. _Python: http://www.python.org .. _PyQt4: http://www.riverbankcomputing.co.uk/software/pyqt/intro .. _PIL: http://www.pythonware.com/products/pil/ Installing Sloth ================ Run with administrator priviledges:: python setup.py install