Introduction

Installation

As a Python egg

You can install the most recent version using pip

$ pip install overpy

From a tarball release

Download the most recent tarball from github, unpack it and run the following command on the command-line.

$ python setup.py install

Install the development version

Install git and run the following commands on the command-line.

$ git clone https://github.com/DinoTools/python-overpy.git
$ cd python-overpy
$ python setup.py install

Usage