Installation
============

  Gaupol uses the standard Python distutils for installation. To install
  Gaupol, run command

    ./setup.py install [--prefix=...]


Uninstallation
==============

  To be able to uninstall, two files are needed: "setup.py" and
  "installed-files.log", which was generated during installation. If you
  accidentally deleted the log file, just install the same version again to
  the same prefix and an appropriate log file will be generated.

  The uninstallation command is not a part of Python distutils, but instead an
  unstable extension. To uninstall, run command

    ./setup.py uninstall
