
Requirements
------------

MathTables makes use of the following software:

   1. Python 2.4 above.
   2. pyGTK, GTK+ bindings for Python version 2.8 or above.
   3. Python-glade2 libraries.
   4. For pretty printing of the generate math tables it is sugested
      to install the enscript package.

If you are using Ubuntu, the above items can be installed with the
following command:

$ sudo apt-get install python-gtk2 python-glade2 enscript

Installing the source package
-----------------------------

        Note: To install the source tar file in Ubuntu you need to
        install the python-dev package first using the command

        $ sudo apt-get install python-dev

You obtained the tar file mathtables-x.y.z.tar.bz2, where x.y.z is the
released version of the software. Then do the following:

$ tar xzjf mathtables-x.y.z.tar.gz
$ cd mathtables-x.y.z
$ sudo python setup.py install

This will install mathtables in the standard directory, usually
/usr/lib/pythonx.y/site-packages. If you prefer to install mathtables
in a different directory, for example under /usr/local, use

$ sudo python setup.py install --prefix=/usr/local

Installing the binary package
-----------------------------

You downloaded the binary tar file mathtables-x.y.z.linux-i686.tar.gz
where x.y.z is the released version of the software. Then do the
following:

$ cd /
$ tar xzf /path/to/the/tar/file/mathtables-x.y.z.linux-i686.tar.gz

The binary file installs mathtables in the default system directories.

Running the program
-------------------

Simply type

$ mathtables

and enjoy it!















Requirements:
------------

MathTables makes use of the following software:

1. Python 2.4 above.

2. pyGTK, GTK+ bindings for Python version 2.8 or above.

3. Python-glade2 libraries.

4. For pretty printing of the generate math tables it is sugested
to install the enscript package.

If you are using Ubuntu, the above items can be installed
with the following command:

$ sudo apt-get install python-gtk2 python-glade2 enscript


Installing the source package:
------------------------------

    Note: To install the source tar file in Ubuntu you need to
    install the python-dev package first using the command

    $ sudo apt-get install python-dev

You obtained the tar file mathtables-x.y.z.tar.bz2, where
x.y.z is the released version of the software. Then do the following:

$ tar xjf mathtables-x.y.z.tar.gz
$ cd mathtables-x.y.z
$ sudo python setup.py install

This will install mathtables in the standard directory, usually
/usr/lib/pythonx.y/site-packages. If you prefer to install mathtables
in a different directory, for example under /usr/local, use

$ sudo python setup.py install --prefix=/usr/local


Installing the binary package:
------------------------------

You downloaded the binary tar file mathtables-x.y.z.linux-i686.tar.gz
where x.y.z is the released version of the software. Then do the
following:

$ cd /
$ tar xzf /path/to/the/tar/file/mathtables-x.y.z.linux-i686.tar.gz

The binary file installs mathtables in the default system directories.


Running the program:
-------------------

Simply type

$ mathtables

and enjoy it!
