From f6fc8a4c86fb483c486f4f9f387470fa04d67f66 Mon Sep 17 00:00:00 2001 From: Loic Guegan Date: Thu, 1 Sep 2022 21:21:11 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a6ac8f2..5a9a028 100644 --- a/README.md +++ b/README.md @@ -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`