InstallationΒΆ

You can install Booby directly from PyPI using pip or easy_install:

$ pip install booby

Or install the latest sources from Github:

$ pip install -e git+git://github.com/jaimegildesagredo/booby.git#egg=booby

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

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