Installing the RO Python Package

See the Overview for a summary of the RO package.

Prerequisites

Installation

If you have pip or easy_install (you may have to use sudo or run as root):

% pip install RO

or

% easy_install RO

If you prefer, you may manually download it from PyPI and run:

% python setup.py install

or, since RO is pure python, simply copy the RO directory to site-packages.

Notes