From e885316d2e439640d0430cd9e1270b47f5dc9b72 Mon Sep 17 00:00:00 2001 From: Shravan Asati Date: Fri, 24 May 2024 22:36:40 +0530 Subject: [PATCH] add upgrade instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4ff048e..016c074 100644 --- a/README.md +++ b/README.md @@ -29,16 +29,17 @@ You can use it like any other live reload tool too - with builtin `.gitignore` d Using [pipx](https://pypa.github.io/pipx/) (recommended): ``` pipx install stellapy +# pipx upgrade stellapy to upgrade ``` On Windows: ``` -pip install stellapy +pip install -U stellapy ``` On Linux/MacOS: ``` -pip3 install stellapy +pip3 install -U stellapy ```