Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaccarthy authored Oct 2, 2021
1 parent 6faae46 commit 89db5e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ For more information, please see the [documentation](http://dmaccarthy.github.io

# Installation

Latest release (2.2a1):
Latest release (2.2a2):
```
pip3 install sc8pr==2.2a1
pip3 install sc8pr==2.2a2
```

Bug fixes:
Expand All @@ -33,7 +33,7 @@ pip3 install https://github.com/dmaccarthy/sc8pr/archive/master.zip
If installation is unsuccessful, try installing **pygame** and **sc8pr** separately...
```
pip3 install pygame
pip3 install --no-deps sc8pr==2.2a1
pip3 install --no-deps sc8pr==2.2a2
```

See the documentation for more [detailed instructions](https://dmaccarthy.github.io/sc8pr/?inst).
Expand Down

0 comments on commit 89db5e7

Please sign in to comment.