From d200a82ba9b2b343eece31765f6ae57529cf8355 Mon Sep 17 00:00:00 2001 From: Benjamin Dornel Date: Sat, 5 Oct 2024 20:55:42 +0800 Subject: [PATCH] docs(README): update installation instructions --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fee0cb..2c988cd 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,19 @@ To get around this, follow these steps for [MacOS](https://support.apple.com/en- The Windows Defender alert can be bypassed by clicking "More info" -> "Run anyway". # Development +Install system dependencies using brew or apt-get (necessary since `pdftotext` needs them) -Install dependencies with Poetry: +```sh +apt-get install build-essential libpoppler-cpp-dev pkg-config ocrmypdf +``` + +or + +```sh +brew install gcc@11 pkg-config poppler ocrmypdf +``` + +Install app dependencies with Poetry: ```shell poetry install poetry shell