diff options
| author | Adam Janovsky | 2023-11-14 14:21:26 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2023-11-14 14:21:26 +0100 |
| commit | 0f35424e75ff56597c00e638b6b615d01f2fe080 (patch) | |
| tree | 4a60616d84c6822a678ef688c764bb8092a7496b /docs | |
| parent | 1ccca9ae8afa8e6574e1cbba2c93b8d5428e2b2e (diff) | |
| download | sec-certs-0f35424e75ff56597c00e638b6b615d01f2fe080.tar.gz sec-certs-0f35424e75ff56597c00e638b6b615d01f2fe080.tar.zst sec-certs-0f35424e75ff56597c00e638b6b615d01f2fe080.zip | |
bump required python to 3.8
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/installation.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/installation.md b/docs/installation.md index 7a119f62..e71c9b97 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -10,7 +10,7 @@ pip install -U sec-certs python -m spacy download en_core_web_sm ``` -Note, that `Python>=3.8` is required. +Note, that `Python>=3.10` is required. ::: @@ -47,4 +47,4 @@ If you're not using Docker, you must install the dependencies as described below - [Java](https://www.java.com/en) is needed to parse tables in FIPS pdf documents, must be available from `PATH`. - Some imported libraries have non-trivial dependencies to resolve: - [pdftotext](https://github.com/jalan/pdftotext) requires [Poppler](https://poppler.freedesktop.org/) to be installed. We've experienced issues with older versions of Poppler (`0.x`), make sure to install `20.x` version of these libraries. - - [tesseract](https://github.com/tesseract-ocr/tesseract) is required for OCR of malformed PDF documents, together with data files for English, French and German.
\ No newline at end of file + - [tesseract](https://github.com/tesseract-ocr/tesseract) is required for OCR of malformed PDF documents, together with data files for English, French and German. |
