To install this predictionio package, go to lib/ and run:
% python setup.py install
To use predictionio in your python script:
>>> import predictionio
The predictionio Python-SDK documentation can be generated. Go to docs/:
% make html
Then open the docs/build/html/index.html to view the documentation.