From: Michael Tremer Date: Sun, 13 Feb 2011 16:46:07 +0000 (+0100) Subject: Add INSTALL document. X-Git-Tag: 0.9.3~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ef9b36656a10326988bf23eb3d8dfe3774b184;p=pakfire.git Add INSTALL document. --- diff --git a/INSTALL b/INSTALL new file mode 100644 index 000000000..180b22bba --- /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.