summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md
index fc181b6..4950292 100644
--- a/test/README.md
+++ b/test/README.md
@@ -5,7 +5,9 @@ localhost without password.
- Run pytest through ctest.
```console
+python3 -m pip install pytest numpy
+
cd build
cmake ..
-make test # or make test ARGS='-V'
+ctest --verbose # or `make test ARGS='-V'`
```