Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

Commit

Permalink
Update README.md with instructions on updating package
Browse files Browse the repository at this point in the history
  • Loading branch information
lateef-k authored Sep 6, 2021
1 parent f7e1513 commit 82590cc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,16 @@ Some features to make life easier
## Installation

```
pip3 install amwal
pip install amwal
```

Make sure you have the latest version installed:
```
pip show amwal
```
To update:
```
pip install amwal --upgrade
```

This project depends on the following libraries:
Expand Down

0 comments on commit 82590cc

Please sign in to comment.