summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2022-09-01 21:21:11 +0200
committerLoic Guegan <manzerbredes@mailbox.org>2022-09-01 21:21:11 +0200
commitf6fc8a4c86fb483c486f4f9f387470fa04d67f66 (patch)
treed3e2015521a09ec8c2c5d0bc4b6d385373633793 /README.md
parent743bd048d3ae4e82ae327e0c815b8e1b0685988d (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files 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`