diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 18:13:23 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 18:13:23 -0700 |
commit | 36401d16690c6f2ace5f5f54021524557857f9c6 (patch) | |
tree | c5ac97f89ea3d358d53f118c4652da9bf28f18cc | |
parent | 70d825625177a07f44affee60885363369f3298d (diff) | |
download | fatcat-covid19-36401d16690c6f2ace5f5f54021524557857f9c6.tar.gz fatcat-covid19-36401d16690c6f2ace5f5f54021524557857f9c6.zip |
README: more deps
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -63,10 +63,13 @@ been tested elsewhere. Software dependencies include: - python 3.7 (locked to this minor version) - [pipenv](https://github.com/pypa/pipenv) +- `poppler-utils` - elasticsearch 6.x (7.x may or may not work fine) - [esbulk](https://github.com/sharkdp/fd) - [ripgrep](https://github.com/BurntSushi/ripgrep) (`rg`) - [`fd`](https://github.com/sharkdp/fd) +- `pv` +- `parallel` To run the web interface in local/debug mode, with search queries sent to public search index by default: |