comparison README.txt @ 186:0c2d52c6c3f7

Moved installation instructions to `INSTALL.txt`.
author cmlenz
date Tue, 22 Aug 2006 15:25:45 +0000
parents a0a52cf4e4de
children 24757b771651
comparison
equal deleted inserted replaced
185:8e5a3048b359 186:0c2d52c6c3f7
4 Markup is a Python library that provides an integrated set of components 4 Markup is a Python library that provides an integrated set of components
5 for parsing, generating, and processing HTML or XML content in a uniform 5 for parsing, generating, and processing HTML or XML content in a uniform
6 manner. The major feature is a template language that is heavily inspired 6 manner. The major feature is a template language that is heavily inspired
7 by Kid. 7 by Kid.
8 8
9 9 For more information please visit the Markup web site:
10 Prerequisites
11 -------------
12
13 * Python, version 2.3 or later (version 2.4 or later is recommended)
14 * Optional: setuptools 0.6a2 or later
15
16
17 Installation
18 ------------
19
20 Once you've downloaded and unpacked a Markup source release, enter the
21 directory where the archive was unpacked, and run:
22
23 $ python setup.py install
24
25 Note that you may need administrator/root privileges for this step, as
26 it will by default attempt to install Markup to the Python site-packages
27 directory on your system.
28
29
30 For more information visit the Markup web site:
31 10
32 <http://markup.edgewall.org/> 11 <http://markup.edgewall.org/>
Copyright (C) 2012-2017 Edgewall Software