Installation Notes
==================

TODO

Create source distribution tarball:
  python setup.py sdist --formats=gztar

Create binary distribution rpm:
  python setup.py bdist --formats=rpm

Create binary distribution rpm with being able to change an option:
  python setup.py bdist_rpm --release 7

Test installation:
  python setup.py install --prefix=/usr --root=/tmp

Install:
  python setup.py install
Or:
  python setup.py install --prefix=/usr

