Building the OmeroPy distribution
OmeroPy is included as a component of OmeroTools. See the instructions there on how the build works. What will be produced by that build is an "egg".
Using the OmeroPy libraries
Depending on where you've installed your egg, use the following to use OmeroPy:
PYTHONPATH=/path python
import omero c = omero.client()
