forked from wikiotics/creoleparser
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL.txt
More file actions
22 lines (12 loc) · 782 Bytes
/
INSTALL.txt
File metadata and controls
22 lines (12 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Installation
============
You need `Python 2.4 <http://www.python.org/>`_ or higher.
*Option 1 - easy_install*
If you have `setuptools <http://peak.telecommunity.com/DevCenter/setuptools>`_, install Creoleparser using easy_install::
easy_install Creoleparser
This will automatically download and install Genshi and Creoleparser to your site-packages directory.
*Option 2 - manual installation*
1. download and install Genshi from that package's `site <http://genshi.edgewall.org/>`_.
2. download Creoleparser from the `Python Package Index <http://pypi.python.org/pypi/Creoleparser>`_, unzip to a temporary folder, and run::
setup.py install
This will install Creoleparser to your site-packages directory.