Installation#
From sources#
The sources for OkaPy can be downloaded from the Github repo.
You can either clone the public repository:
$ git clone git://github.com/voreille/okapy
Once you have a copy of the source open a terminal within the okapy director and you can install it with:
$ pip install numpy # if not already installed
$ pip install -e .