summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
index 59e5760f6..2d8936460 100644
--- a/test/README.md
+++ b/test/README.md
@@ -51,4 +51,9 @@ To run a specific test:
~$ ./e2e_client_runner.py /full/path/to/e2e_subs/test_script.sh
```
+Make sure to install the Algorand Python SDK before running:
+```
+pip install py-algorand-sdk
+```
+
Tests in the `e2e_subs/serial` directory are executed serially instead of in parallel. This should only be used when absolutely necessary.