Skip to content

Commit

Permalink
README: change suggested install command from pip3 to python3 -m pip
Browse files Browse the repository at this point in the history
Issue #88
  • Loading branch information
0xabu committed Sep 6, 2023
1 parent c298bf7 commit 013a297
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 @@ -38,7 +38,7 @@ identify to which section in the document the annotation refers.

To install the latest released version from PyPI, use a command such as:
```
pip3 install pdfannots
python3 -m pip install pdfannots
```


Expand Down

0 comments on commit 013a297

Please sign in to comment.