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`