Skip to content

Commit

Permalink
Merge pull request #474 from Kuz-man/patch-1
Browse files Browse the repository at this point in the history
Fix pip installation command
  • Loading branch information
sbrunner authored Dec 15, 2023
2 parents a4bb03d + 3c69c47 commit 2a266ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ By using the library you can set the argument `angle_pm_90` to `True` to have an
You can install deskew directly from pypi directly using the following comment

```bash
python3 -m pip deskew
python3 -m pip install deskew
```

Or to upgrade to newer version

```bash
python3 -m pip -U deskew
python3 -m pip install -U deskew
```

## Cli usage
Expand Down

0 comments on commit 2a266ee

Please sign in to comment.