Skip to content

Commit 9f97d79

Browse files
authored
Update README.md
1 parent d5a973a commit 9f97d79

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,11 @@ That's why, **PDFs-TextExtract** project developed to **extract text from multip
2626
- **Step 6:** Add Python Path to Environment Variables (Optional).
2727
- **Step 7:** Install Python extension for your IDE (Visual Studio Code).
2828
- **Step 8:** Now you’ll be able to execute python scripts with your IDE (Visual Studio Code).
29-
- **Step 9:** Execute *Terminal command* inside Python IDE : **pip install pdfminer.six**
30-
- **Step 10:** Execute *Terminal command* inside Python IDE : **pip install PyPDF2**
29+
- **Step 9:**
30+
31+
## Install dependencies
32+
33+
pip install -r requirements.txt
3134

3235
## Usage
3336
- **Step 1:** Open **..\PDFs-TextExtract\samples** folder and put your PDF Documents inside.

0 commit comments

Comments
 (0)