Added basic information on installation; linked to the main
documentation as well
This commit is contained in:
parent
8fa7d4aff0
commit
f108b1e4be
1 changed files with 18 additions and 0 deletions
18
README.md
Normal file
18
README.md
Normal 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).
|
||||||
Loading…
Add table
Add a link
Reference in a new issue