Install Hachoir.

Hachoir needs Python 2.4. To get nice user interface, install urwid!

Install Hachoir
===============

1) Install with setuptools
--------------------------

First, install setuptools.
- Using your package tools, example with Debian / Ubuntu:
  $ sudo apt-get install python2.4-setuptools
- Using ez_setup.py script:
  $ wget http://peak.telecommunity.com/dist/ez_setup.py
  $ sudo python ./ez_setup.py

Second, just type:
  $ sudo easy_install -U hachoir

2) Install with setup.py
------------------------

Type:
  $ sudo python ./setup.py install

Install urwid
=============

To get nice (text) user interface (with color!) install Urwird.

Under Debian Sid: packages do exist, check website (url below).

Using setuptools:
  $ sudo easy_install urwid

Or see webpage:
  http://excess.org/urwid/

Uninstall
=========

Using Makefile
--------------

$ make uninstall

With your hands
---------------

$ sudo rm -rf /usr/lib/python-2.4/site-package/hachoir<TAB>
$ sudo rm /usr/bin/hachoir

