Introduction

Requirements

Supported Python versions:

  • Python 2.7
  • Python > 3.2
  • PyPy

Installation

As a Python egg

You can install the most recent version using pip

$ pip install idoit

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-idoit.git
$ cd python-idoit
$ python setup.py install

Usage