Skip to content

Commit

Permalink
Release 2.2a3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaccarthy authored Oct 10, 2021
1 parent a46f3b5 commit f3d88e5
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 @@ -17,9 +17,9 @@ For more information, please see the [documentation](http://dmaccarthy.github.io

# Installation

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

Bug fixes for v2.1:
Expand All @@ -32,7 +32,7 @@ Development version (2.2.x):
pip3 install https://github.com/dmaccarthy/sc8pr/archive/master.zip
```

Please note that currently (2021 October 6), **pygame 1.9** is available on PyPI.org up to Python 3.8 only. Attempting to install an older version of **sc8pr** in Python 3.9 may fail as the **pygame** requirement is unavailable. For Python 3.9, you can use **sc8pr** versions (2.1.3+, 2.2.a2+) that are compatible with **pygame 2.0**.
Please note that currently (2021 October 6), **pygame 1.9** is available on PyPI.org up to Python 3.8 only. Attempting to install an older version of **sc8pr** in Python 3.9 may fail as the **pygame** requirement is unavailable. For Python 3.9, you can use **sc8pr** versions (2.1.4, 2.2.a3) that are compatible with **pygame 2.0**.

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

Expand Down

0 comments on commit f3d88e5

Please sign in to comment.