Merge branch 'master' of msdl.uantwerpen.be:yentl/PythonPDEVS

This commit is contained in:
Yentl Van Tendeloo 2017-04-06 08:26:28 +02:00
commit 60ada10b14

18
README.md Normal file
View file

@ -0,0 +1,18 @@
Installation
============
You can easily install PythonPDEVS with the following command.
```sh
cd src
python setup.py install --user
```
Distributed simulation (optional)
---------------------------------
To use distributed simulation capabilities, run the script *install_mpi4py.sh* to install the necessary MPI library and bindings.
Documentation
=============
Detailed documentation of the installation and use of PythonPDEVS can be found in the [PythonPDEVS documentation](https://msdl.uantwerpen.be/documentation/PythonPDEVS).