Skip to content

Installation

Stable release

To install indiapins, run this command in your terminal:

$ pip install indiapins

This is the preferred method to install indiapins, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

$ pip https://pip.pypa.io
$ Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/

From sources

The sources for indiapins can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/pawangeek/indiapins

Or download the tarball:

$ curl -OJL https://github.com/pawangeek/indiapins/tarball/master

Once you have a copy of the source, you can install it with:

$ python setup.py install
Github repo: https://github.com/pawangeek/indiapins
tarball: https://github.com/pawangeek/indiapins/tarball/master