Make sure to install the required software components listed in this section before installing JModelica.org.
It is required to have a Java Runtime Environment (JRE) version 6 installed on your computer.
Install a JRE
Get a JRE installer suitable for your platform here.
Run the installer.
Python 2.6 with the following additional packages are required:
Table 2.1. Python prerequisites
| Package | Recommended version | Description |
|---|---|---|
| NumPy | 1.3.0 | The fundamental package needed for scientific computing with Python. |
| SciPy | 0.7.1 | A library of algorithms and mathematical tools for Python. |
| matplotlib | 0.99.1.1 | A plotting library for Python, with a MATLAB like interface. |
| IPython | 0.10 | An interactive shell for Python with additional shell syntax, code highlighting, tab completion, string completion, and rich history. |
| PyReadline | 1.5 | Note: Windows only. A readline for Windows required by IPython. |