No description
Find a file
2017-04-06 08:26:28 +02:00
doc Changed front page a bit 2016-08-17 14:27:47 +02:00
examples Initial commit 2016-08-04 17:38:43 +02:00
model Initial commit 2016-08-04 17:38:43 +02:00
models Initial commit 2016-08-04 17:38:43 +02:00
src Updated DirectConnect algorithm and minimal simulation algorithm 2017-04-06 08:16:05 +02:00
test Cleanup 2016-08-04 17:40:32 +02:00
.gitignore Cleanup 2016-08-04 17:40:32 +02:00
build.sh Initial commit 2016-08-04 17:38:43 +02:00
install_mpi4py.sh Initial commit 2016-08-04 17:38:43 +02:00
LICENSE Initial commit 2016-08-04 17:38:43 +02:00
notes.txt Updated release notes 2017-04-06 08:26:14 +02:00
NOTICE Initial commit 2016-08-04 17:38:43 +02:00
README.md Added basic information on installation; linked to the main 2016-12-01 09:19:46 +01:00

Installation

You can easily install PythonPDEVS with the following command.

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.