There are several ways to install it, and we will mainly describe here the most generic way to do it (ie the one that works whatever the platfoms). We also provide some information about an easier way to install it on MacOSX.
- Install Python (2.4 or later)
- Install setuptools
- Install wxPython (2.8 or later)
- Download the .egg file of MathBench from PyPI
- Run easy_install on it
- Relax, it's done !
Hint
easy_install should be available on a Terminal in Linux or MacOSX. On windows you might have to look for it in your Python installation's Scripts directory (e.g. c:Python25Scripts)
On Linux and MacOSX, you can type MathBench in a Terminal and the application will be launched. Alternatively you can then create shortcuts or desktop entries to make it easier.
On Windows, an executable script is installed in your Python installation's Scripts directory (see this explorer screenshot). Double click on it to launch MathBench. Alternatively you can create a shortcut to this script from anywhere on your desktop.
- Download the MathBenchApp.zip from MathBench's SourceForge download page
- Unzip the archive
- Double click on the MathBench icon to launch it
- Check that the Requirements are installed on your system
- Download the .exe from MathBench's SourceForge download page
- Run it to launch the installation process
- Once the installation is finished please follow the Running it instructions.