Skip to content

Commit 72379ed

Browse files
authored
Fix pip install command
1 parent b7f205d commit 72379ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This project aims to extract tables from scanned image PDFs using Optical Charac
2020

2121
4. Python packages
2222
```sh
23-
sudo pip install requirements.txt
23+
sudo pip install -r requirements.txt
2424
```
2525

2626
# Usage
@@ -43,4 +43,4 @@ This project aims to extract tables from scanned image PDFs using Optical Charac
4343
3. Run
4444
```sh
4545
python3 pdf_miner.py
46-
```
46+
```

0 commit comments

Comments
 (0)