Installing the RO Python Package

See the Overview for a summary of the RO package.

Prerequisites

Installation

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

% pip install RO

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

% python setup.py install

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

Installation for use withe eups

If you are wish to manage RO with the eups package management then install RO as follows (instead of using the above instructions):

Notes