Skip to content

Commit de4c38f

Browse files
authored
Update Readme for python3
I had to search on internet to understand why I was not able to import pdfkit in python3. I just did not know that I had to use pip3 instead of pip. Indicating this here could same hours of search or premature abandon :)
1 parent a1ba6bf commit de4c38f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Installation
1919

2020
.. code-block:: bash
2121
22-
$ pip install pdfkit
22+
$ pip install pdfkit (or pip3 for python3)
2323
2424
2. Install wkhtmltopdf:
2525

0 commit comments

Comments
 (0)