Installation

PyPI

You can install the last stable release of pook from PyPI using pip:

$ pip install pook

GitHub

Or install the latest sources from GitHub:

$ pip install -e git+git://github.com/h2non/pook.git#egg=pook

You can also download a source code package from GitHub and install it using setuptools:

$ tar xvf pook-{version}.tar.gz
$ cd pook
$ python setup.py install