diff --git a/README.md b/README.md index ce85566..0b8c7e6 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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).