aboutsummaryrefslogtreecommitdiffstats
path: root/extraction/README.md
blob: 1da1454f2ab56db360b2b869bb6b0c42deed22eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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?