~flabber/flabber/0.0

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Before starting with the installation, you should make sure, that all
required libraries and programs are available on your system. flabber
depends on:

    * Python 2.5 - http://www.python.org
    * BeautifulSoup - http://www.crummy.com/software/BeautifulSoup/
    * python-json - http://sourceforge.net/projects/json-py/
    * gettext - http://www.gnu.org/software/gettext/gettext.html
                (build dependency only, can be removed after installation)

Users of debian systems can install these with:

    apt-get install python2.5 python-beautifulsoup gettext

If you have completed installing all dependencies, you can install flabber by
running the following command:

    python setup.py install

A list of the commands of the installation script is available with:

    python setup.py --help

Note that setup.py and its module appdistutils doesn't work correctly on
Windows platforms. It's only tested on GNU/Linux. If you want to write
a patch, please contact us ("python setup.py --contact-email" will
help).