Skip to content

Commit 8022746

Browse files
authored
Update installation.md with more recent version numbers
1 parent e77fdb2 commit 8022746

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/faq/installation.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ need to pick a pinball control system. (We have a list of supported
2222
control systems [here](../hardware/index.md).)
2323
If you want to get started as cheaply as possible, the Open Pinball
2424
Project hardware is open source which you can build yourself. You can
25-
probably build all the hardware you need for under \$100.
25+
probably build all the hardware you need for under $100.
2626

2727
## What computer hardware do I need?
2828

@@ -34,11 +34,17 @@ Pi) in their machine to run MPF.
3434

3535
## What Python version can I use with MPF?
3636

37-
The stable version (0.56) of MPF uses Python 3.7 - 3.9. We walk
38-
you through getting Python installed in our
37+
The stable version (0.57, currently on 0.57.3) of MPF can be used with
38+
Python versions 3.8-3.11 (with 3.12+ being tested with minor issues).
39+
We walk you through getting Python installed in our
3940
[installation documentation](../install/index.md).
4041

41-
The dev branch (0.57) of MPF supports Python 3.8 - 3.11.
42+
The previous version of MPF, 0.56. is only compatible with Python from
43+
version 3.7 through 3.9.
44+
45+
The next revision (0.80.x) of MPF supports Python 3.8 - 3.11, but does
46+
not support the legacy Media Controller. The media controller for 0.80
47+
is called GMC, and is in active development.
4248

4349
## Should I use the stable version or development version?
4450

@@ -53,4 +59,4 @@ If you want information about an older version of MPF, we have
5359

5460
You can install older versions of MPF with pip, like this:
5561

56-
pip install mpf-mc==0.31
62+
pip install mpf==0.56.0.dev33

0 commit comments

Comments
 (0)