In order to use pyOAL simply import it in a Python session:
from pysas.pyOAL import pyOAL obs = pyOAL.OBservation(path_to_XML_file)
A further explanation of the different functions and classes present in pyOAL can be found in the section below. For a more detailed description on how to run each function, use the help(...) command.