Installation
From PyPi
oogway is distributed on PyPi and can be installed using pip:
$ pip install oogway
From source code
oogway is actively developed on GitHub, where the repository is hosted. You can clone the public repository with git:
$ git clone git://github.com/merwane/oogway.git
Once you have a copy of the source, you can embed it in your own Python package, and install it:
$ cd oogway
$ pip install -e .