summaryrefslogtreecommitdiff
path: root/README.txt
diff options
context:
space:
mode:
authorgoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-05-30 02:48:15 +0000
committergoodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2002-05-30 02:48:15 +0000
commita36ccb8dddee6b4f75ec62644a566d6d5cfaca3f (patch)
treea0239bc2ab76bbc60ca7da3d4e9b38c530c4962c /README.txt
parent6e398dc95eb60a5b81047b899954503ce780f1db (diff)
downloaddocutils-a36ccb8dddee6b4f75ec62644a566d6d5cfaca3f.tar.gz
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@161 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index fe979db32..f3972bd8a 100644
--- a/README.txt
+++ b/README.txt
@@ -12,10 +12,17 @@ this is a work in progress, please check the project website for
updated working files. This project should be considered highly
experimental; APIs are subject to change at any time.
+
+Requirements
+============
+
To run the code, Python 2.0 or later must already be installed.
Python 2.1 or later is required to run the test suite. You can get
Python from http://www.python.org/.
+Greg Ward's Optik option processing package is required. You can get
+Optik from http://optik.sourceforge.net/.
+
Project Files & Directories
===========================
@@ -30,7 +37,7 @@ Project Files & Directories
* setup.py: Installation script. See "Installation" below.
-* install.py: Quick & dirty installation script.
+* install.py: Quick & dirty installation script. Just run it.
* docutils: The project source directory, installed as a Python
package.