Installation

From latest stable PyPI distribution

The easiest way to install is using pip:

pip install ois

This will install the latest stable version on PyPI.

From the development distribution (unstable)

If you want to use the latest development version from github, unpack or clone the repo on your local machine, change the directory to where setup.py is and install using setuptools:

python setup.py install

or pip:

pip install -e .