diff README.txt @ 148:a0a52cf4e4de

Added changelog file, plus some README and setup tweaks.
author cmlenz
date Tue, 15 Aug 2006 14:41:08 +0000
parents 5c024cf58ecb
children 0c2d52c6c3f7
line wrap: on
line diff
--- a/README.txt
+++ b/README.txt
@@ -1,10 +1,31 @@
 About Markup
 ============
 
-Markup is a Python library that provides a integrated set of components
+Markup is a Python library that provides an integrated set of components
 for parsing, generating, and processing HTML or XML content in a uniform
-manner. The major feature is a template language, which is heavily
-inspired by Kid.
+manner. The major feature is a template language that is heavily inspired
+by Kid.
+
+
+Prerequisites
+-------------
+
+ * Python, version 2.3 or later (version 2.4 or later is recommended)
+ * Optional: setuptools 0.6a2 or later
+
+
+Installation
+------------
+
+Once you've downloaded and unpacked a Markup source release, enter the
+directory where the archive was unpacked, and run:
+
+  $ python setup.py install
+
+Note that you may need administrator/root privileges for this step, as
+it will by default attempt to install Markup to the Python site-packages
+directory on your system.
+
 
 For more information visit the Markup web site:
 
Copyright (C) 2012-2017 Edgewall Software