Installation Instructions
ORM comes with batteries included... er... a distutils style setup.py.
Get yourself an orm release of your choice, most likely you'd like to take the latest one. Download it to your local machine.
Unpack the .tgz archive using:
tar zxvf orm-latest.tgz
and change into the newly created directory.
Here you must byte-compile orm's .py files by issuing:
python ./setup.py build
To install orm in your Python interpreter's site-packages/ directory use:
python ./setup.py install
That's it, you're ready to go!