mirror of
https://github.com/wassname/sloth.git
synced 2026-08-04 13:13:47 +08:00
roughly document installation
This commit is contained in:
@@ -34,6 +34,7 @@ Contents
|
||||
:maxdepth: 2
|
||||
|
||||
concepts
|
||||
installation
|
||||
first_steps
|
||||
configuration
|
||||
items
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user