From 3c69c472048dc5b1da88ed15fd14896d6eaf997d Mon Sep 17 00:00:00 2001 From: Kuz-man Date: Fri, 15 Dec 2023 16:41:17 +0200 Subject: [PATCH] Update README.md fix installation command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 760a16f..7362e2b 100644 --- a/README.md +++ b/README.md @@ -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