Skip to content

Commit 761cf73

Browse files
authored
Update README.md
1 parent 4ae07ba commit 761cf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
A short code to scrape the [opencv tutorials](https://docs.opencv.org/4.x/d6/d00/tutorial_py_root.html) with selenium and convert all tutorial pages into a single pdf booklet.
44

5-
Run the code `main.py` to convert each page into a pdf. Then run `merge_pdfs.py` to merge all the pdfs. The final book is opencv-book.pdf.
5+
After installing the requirements `pip install -r requirements.txt`, run the code `main.py` to convert each page into a pdf in `opencv` directory. Then run `merge_pdfs.py` to merge all the pdfs into a single booklet, `opencv-book.pdf`.

0 commit comments

Comments
 (0)