Installation

This part of the documentation covers the installation process. There are a few different ways to retrieve and install petfinder-api.

Distribute & Pip

Installing petfinder-api is simple with pip:

pip install petfinder

easy_install works, too:

easy_install petfinder

Get the source

petfinder-api is developed on GitHub in the petfinder-api project.

You can either clone the repository:

git clone git://github.com/gtaylor/petfinder-api.git

Download the tarball:

curl -OL https://github.com/gtaylor/petfinder-api/tarball/master

Or download the zip:

curl -OL https://github.com/gtaylor/petfinder-api/zipball/master