Installation¶
Chopper installation is super simple, no configuration at all.
Note
Chopper uses lxml. In order to compile it, you need to install the appropriate python developer package along with libxslt1-dev and libxml2-dev packages.
Using pip¶
Simply run :
pip install chopper
Using setup.py¶
Download the source and run :
python setup.py install