Installation

To install frog and many other python packages, you’ll want to start with distribute and pip. Pip makes installing python packages a snap.

Distribute & Pip

Installing Requests is simple with pip:

$ pip install django-frog

Get source on GitHub

You can always clone the repository on GitHub.

You can either clone the public repository:

git clone git://github.com/theiviaxx/Frog.git

Download the tarball:

$ curl -OL https://github.com/theiviaxx/Frog.git

Or, download the zipball:

$ curl -OL https://github.com/theiviaxx/Frog/zipball/master

Once you have a copy of the source, you can embed it in your Python package, or install it into your site-packages easily:

$ python setup.py install