aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md9
-rw-r--r--requirements.txt3
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index e66791666..d9c063da3 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,15 @@ Arrays are allowed, but don't use them for sets of properties - only use them fo
Test Set Sanitation
-------------------
+### Setup
+
+(Requires `virtualenv`)
+```
+#> virtualenv -p python3 .env3
+#> . .env3/bin/activate
+#> python3 -m pip install -r requirements.txt
+```
+
### Checkers
Several basic checks against the test-set are performed to ensure that they have been filled and are formatted correctly.
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 000000000..4be6cb695
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,3 @@
+pyaml
+pysha3
+jsonschema