INSTALL
=======

The pymnl distribution uses the Python stdlib distutils for packaging. To
install pymnl with the rest of the Python packages on your system, type
one (or both) of the following lines in a terminal::

    python2 ./setup.py install
    python3 ./setup.py install
