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.

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):

  • Download the RO package from PyPI
  • Unpack it
  • Move the unpacked directory where you wish to leave it
  • cd into the main directory of the unpacked package (named ROPackage)
  • $ eups declare -r . RO version (where version matches the version you downloaded)

    Notes