diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-01 21:21:11 +0200 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-09-01 21:21:11 +0200 |
| commit | f6fc8a4c86fb483c486f4f9f387470fa04d67f66 (patch) | |
| tree | d3e2015521a09ec8c2c5d0bc4b6d385373633793 /README.md | |
| parent | 743bd048d3ae4e82ae327e0c815b8e1b0685988d (diff) | |
Update README.md
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` |
