Installation

Manually

Download the latest version from PyPI and install using:

tar zxvf chzip-0.1.tar.gz
cd chzip-0.1/
sudo python setup.py install

Using pip

You can also install it with pip:

pip install chzip

Warning

Installation with pip seems broken. If you have trouble with this method, perform the installation manually.

Using easy_install

I do not recommend (for these reasons) to use easy_install.