my own fork (why does Gogs not allow me to make this fork private, lol!)

Yentl Van Tendeloo f108b1e4be Added basic information on installation; linked to the main hace 9 años
doc 8fa7d4aff0 Changed front page a bit hace 9 años
examples 66a6860316 Initial commit hace 9 años
model 66a6860316 Initial commit hace 9 años
models 66a6860316 Initial commit hace 9 años
src 66a6860316 Initial commit hace 9 años
test 8cc96d565a Cleanup hace 9 años
.gitignore 8cc96d565a Cleanup hace 9 años
LICENSE 66a6860316 Initial commit hace 9 años
NOTICE 66a6860316 Initial commit hace 9 años
README.md f108b1e4be Added basic information on installation; linked to the main hace 9 años
build.sh 66a6860316 Initial commit hace 9 años
install_mpi4py.sh 66a6860316 Initial commit hace 9 años
notes.txt 66a6860316 Initial commit hace 9 años

README.md

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.