diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -10,6 +10,10 @@ ESDS is part of a research project. Thus, studies and validation experiments are ### Installation `> pip install esds` +To ensure that esds is properly working and installed on your system, you can run the simulations tests with one of the following scripts: +- `tests/run.sh` +- `tests/run.py` + ### Features - Easy to use - Small API @@ -40,8 +44,3 @@ ESDS is part of a research project. Thus, studies and validation experiments are ### Documentation See `example/`, `tests/` and `manual/manual.pdf` - -### Tests -To ensure that esds is properly working and installed on your system, please run the simulations tests with one of the following scripts: -- `tests/run.sh` -- `tests/run.py` |
