aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Ansermino <david.ansermino@mail.utoronto.ca>2018-10-16 04:43:29 +0800
committerDavid Ansermino <david.ansermino@mail.utoronto.ca>2018-10-16 04:43:29 +0800
commitb125eb8e7a24fa3e4366fbc3ea6adabb83c9afd7 (patch)
tree117fb2113205334e3a0f71dff0e459adf6d0776c /README.md
parent95a309203890e6244c6d4353ca411671973c13b5 (diff)
downloaddexon-tests-b125eb8e7a24fa3e4366fbc3ea6adabb83c9afd7.tar
dexon-tests-b125eb8e7a24fa3e4366fbc3ea6adabb83c9afd7.tar.gz
dexon-tests-b125eb8e7a24fa3e4366fbc3ea6adabb83c9afd7.tar.bz2
dexon-tests-b125eb8e7a24fa3e4366fbc3ea6adabb83c9afd7.tar.lz
dexon-tests-b125eb8e7a24fa3e4366fbc3ea6adabb83c9afd7.tar.xz
dexon-tests-b125eb8e7a24fa3e4366fbc3ea6adabb83c9afd7.tar.zst
dexon-tests-b125eb8e7a24fa3e4366fbc3ea6adabb83c9afd7.zip
Added requirements and setup instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 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.