oaktreemodel/doc/source/install/index.rst

369 B

Installation

Python

At the command line:

$ pip install oaktreemodel

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv oaktreemodel
$ pip install oaktreemodel

Go

At the command line:

$ go get git.openstack.org/openstack/oaktreemodel

In code:

import git.openstack.org/openstack/oaktreemodel