Skip to content

Commit 00ada7b

Browse files
authored
Update README.md
1 parent b8dc433 commit 00ada7b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,6 @@ To have it up and running please execute the following steps:
5252
[Download and install Ollama](https://ollama.com/download)
5353
[Download and install Docker](https://www.docker.com/products/docker-desktop/)
5454

55-
(MAC)
56-
```
57-
brew install poppler
58-
brew install libmagic
59-
```
6055

6156
> ### Setting Up Ollama on a Remote Host
6257
>
@@ -117,6 +112,12 @@ run.sh
117112
118113
This command will install all the dependencies - including Redis (via Docker, so it is not entirely docker free method of running `text-extract-api` anyways :)
119114
115+
(MAC) - Dependencies
116+
```
117+
brew install poppler
118+
brew install libmagic
119+
```
120+
120121
(Mac) - You need to startup the celery worker
121122
```
122123
source .venv/bin/activate && celery -A text_extract_api.celery_app worker --loglevel=info --pool=solo

0 commit comments

Comments
 (0)