]> git.ipfire.org Git - pakfire.git/commitdiff
Add INSTALL document.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 13 Feb 2011 16:46:07 +0000 (17:46 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 13 Feb 2011 16:46:07 +0000 (17:46 +0100)
INSTALL [new file with mode: 0644]

diff --git a/INSTALL b/INSTALL
new file mode 100644 (file)
index 0000000..180b22b
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,13 @@
+
+# Requirements #
+
+ * Python 2.x (only tested with 2.7 so far)
+ * python-distutils-extra (for install)
+ * pyliblzma
+ * python-progressbar
+ * python-xattr
+
+
+# Install instructions #
+
+Run   make install   as the root user and you are done.