PyJEvSim documentation¶
PyJEvSim is a DEVS(discrete event system specification) environment that provides journaling functionality. It provides the ability to snapshot and restore models or simulation engines.
Github Link : PyJEvSim
Installing PyJEvSim¶
$ git clone https://github.com/eventsim/pyjevsim
Requirements¶
python >= 3.9
Pyjevsim was developed utilizing existing modules. Modules are written in “Requirements.txt” and can be installed via pip via pip.
$ pip install -r requirements.txt