forked from modelon-community/Assimulo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINSTALL
More file actions
27 lines (21 loc) · 701 Bytes
/
INSTALL
File metadata and controls
27 lines (21 loc) · 701 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
========
ASSIMULO
========
INSTALL
=======
*REQUIREMENTS
- Python-2.7/3.* (with headers)
- Numpy, Scipy, Pylab
- Sundials-2.5/2.6/3.1/4.1
- Cython >= 0.18
- C-compiler
- Fortran-compiler
- BLAS
- LAPACK
Installation is performed using the command:
'python setup.py install --sundials-home=/path/to/sundials --blas-home=/path/to/blas --lapack-home=/path/to/lapack'
Assimulo is then installed under Python dist-packages.
To test the installation, browse to the tests folder and do a 'nosetests'.
(The testing needs additionally the python-nose package)
For more information regarding Assimulo and the installation procedure,
please visit: http://www.jmodelica.org/assimulo