From 0f35424e75ff56597c00e638b6b615d01f2fe080 Mon Sep 17 00:00:00 2001 From: Adam Janovsky Date: Tue, 14 Nov 2023 14:21:26 +0100 Subject: bump required python to 3.8 --- docs/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') 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. -- cgit v1.3.1