Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,17 @@ All dependencies can be installed using pip with the requirements.txt file:
```sh
$ pip install -r requirements.txt
```
For os X users, python.app is required in order to use pythonw instead of python to execute the devismpy.py file.

# Usage
To execute DEVSimPy:
```sh
$ python devsimpy.py
```

For os X users, python.app is required in order to use pythonw instead of python to execute the devismpy.py file:
```sh
$ pythonw devsimpy.py
```
# Documentations
- DEVSimPy User Guide v2.8 [[pdf]](http://portailweb.universita.corsica/stockage_public/portail/baaaaaes/files/DEVSimPy_guide_utilisateur.pdf) (French)
- S. Toma Ph.D, Thesis [[pdf]](https://hal.archives-ouvertes.fr/tel-01141844/document) (English), winner of the 2014 DEVS PhD Dissertation Award.
Expand Down