summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-05-26 15:53:41 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-05-26 15:53:41 +0000
commit0d94439f24137da87727af03ac0772d609a9ec23 (patch)
tree7eeec49ffee0ddd7975e7953f57537e43ab74180 /python
parent57ef94707ee4b9c4fe1bc3c14903927624a8e89b (diff)
downloadlasso-0d94439f24137da87727af03ac0772d609a9ec23.tar.gz
lasso-0d94439f24137da87727af03ac0772d609a9ec23.tar.xz
lasso-0d94439f24137da87727af03ac0772d609a9ec23.zip
Initial commit
Diffstat (limited to 'python')
-rw-r--r--python/INSTALL17
1 files changed, 17 insertions, 0 deletions
diff --git a/python/INSTALL b/python/INSTALL
new file mode 100644
index 00000000..d7edc343
--- /dev/null
+++ b/python/INSTALL
@@ -0,0 +1,17 @@
+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