Skip to content

Commit

Permalink
add upgrade instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shravanasati committed May 24, 2024
1 parent d206acd commit e885316
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down

0 comments on commit e885316

Please sign in to comment.