aboutsummaryrefslogtreecommitdiffstats
path: root/extraction/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'extraction/README.md')
-rw-r--r--extraction/README.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/extraction/README.md b/extraction/README.md
new file mode 100644
index 0000000..1da1454
--- /dev/null
+++ b/extraction/README.md
@@ -0,0 +1,19 @@
+
+
+## Development and Testing
+
+Requires (eg, via `apt`):
+
+- libjpeg-dev
+
+Install pipenv system-wide if you don't have it:
+
+ # or use apt, homebrew, etc
+ sudo pip3 install pipenv
+
+Run the tests with:
+
+ pipenv run pytest
+
+TODO: GROBID and HBase during development?
+