From a1413df4c5a7cd9e741000fb56edc46ed84e0463 Mon Sep 17 00:00:00 2001 From: Shivam Saini <51438830+shivamsn97@users.noreply.github.com> Date: Thu, 25 Jun 2020 19:18:24 +0530 Subject: [PATCH] pip3 instead of pip --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a6bb8da..40dc24d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Use the package manager [pip](https://pip.pypa.io/en/stable/) to install smartin __Note:__ Windows support is temporarily dropped. We are working on a fix and will update it soon. ```bash -pip install smartinput --upgrade +pip3 install smartinput --upgrade +#or pip ``` Or alternatively, you can install the latest version using git: