mirror of
https://github.com/wassname/sloth.git
synced 2026-07-08 06:59:09 +08:00
27 lines
589 B
ReStructuredText
27 lines
589 B
ReStructuredText
.. 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
|
|
|
|
|