Skip to content

Commit

Permalink
docs(README): update installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin-awd committed Oct 5, 2024
1 parent 1ee95b0 commit d200a82
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d200a82

Please sign in to comment.