From cbddcb9507d16d86dd0ff6e36a8f33b9d06ac8d3 Mon Sep 17 00:00:00 2001 From: Terri Oda Date: Tue, 25 Jan 2022 16:42:15 -0800 Subject: [PATCH] doc: partially revert #1515 to keep pdftotext windows install instructions --- test/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/README.md b/test/README.md index 4f78de694a..d05c33ba39 100644 --- a/test/README.md +++ b/test/README.md @@ -145,3 +145,5 @@ pytest -v test/test_checkers.py -k python ``` ## Known issues + +If you're using Windows and plan to run PDF tests, we **strongly** recommend also `pdftotext`. We experienced problems running tests without this. The best approach to do this is through [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/windows.html) (click [here](https://anaconda.org/conda-forge/pdftotext) to find out how to install this package with conda).