summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorEmmanuel Raviart <eraviart@entrouvert.com>2004-08-02 17:41:35 +0000
committerEmmanuel Raviart <eraviart@entrouvert.com>2004-08-02 17:41:35 +0000
commit1a98ffef50ead38acc2eb78be1dda31a21a21191 (patch)
tree5f21ccabea4463ea36db69fd5929e7f519809efd /python
parentefac509926916c022171cef2e04303e645127b0d (diff)
downloadlasso-1a98ffef50ead38acc2eb78be1dda31a21a21191.tar.gz
lasso-1a98ffef50ead38acc2eb78be1dda31a21a21191.tar.xz
lasso-1a98ffef50ead38acc2eb78be1dda31a21a21191.zip
Integrated README.WIN32 into Lasso book.
Removed obsolete Python INSTALL file.
Diffstat (limited to 'python')
-rw-r--r--python/INSTALL17
1 files changed, 0 insertions, 17 deletions
diff --git a/python/INSTALL b/python/INSTALL
deleted file mode 100644
index d7edc343..00000000
--- a/python/INSTALL
+++ /dev/null
@@ -1,17 +0,0 @@
-Requirements
-------------
- Python 2.2 or greater
- GCC 3.x, glib 2.x
- LibXML2, XMLSec1 and associated Python bindings
-
-To build
---------
- ./setup.py build
-
-To clean
---------
- ./setup.py clean -a
-
-To install (requires root access)
----------------------------------
- ./setup.py install