Installation

PyPI

You can install the last stable release of Expects from PyPI using pip or easy_install:

$ pip install pook

GitHub

Or install the latest sources from Github:

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

Also you can download a source code package from Github and install it using setuptools:

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