Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Add -r parameter
  • Loading branch information
daijro authored Apr 14, 2022
1 parent 2e854a4 commit 164278c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Download Windows binaries [here](https://github.com/daijro/SearchifyX/releases)
Install the [Python 3.8](https://www.python.org/downloads/release/python-389/) dependencies:

```
python -m pip install requirements.txt
python -m pip install -r requirements.txt
```

You also need to download [tesseract-ocr](https://www.dropbox.com/s/abuo044ayx4vlex/tesseract-ocr.7z?dl=1) and extract it to the root directory to use the OCR tool.
Expand Down

0 comments on commit 164278c

Please sign in to comment.