Install Hachoir

To install Hachoir, type:

python3 -m pip install -U hachoir

To use hachoir-urwid, you will also need to install urwid library:

python3 -m pip install -U urwid

To use hachoir-wx, you will also need to install wxPython:

python3 -m pip install -U wxPython

Hachoir requires Python 3.6 or newer.