From c9486c42449defa3424d20af37fc33cd3d51bfcb Mon Sep 17 00:00:00 2001 From: Willi <38167731+williki@users.noreply.github.com> Date: Thu, 14 Dec 2023 17:47:39 +0100 Subject: [PATCH] Fix pip install command for MPF-MC 0.57 Was 'mpc-mc', but the package is called 'mpf-mc'. --- docs/install/0.57.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/0.57.md b/docs/install/0.57.md index e3246d65ba..32a9c8a1b5 100644 --- a/docs/install/0.57.md +++ b/docs/install/0.57.md @@ -45,7 +45,7 @@ pip3 install mpf-monitor --pre You can install the latest version of MPF-MC from the dev branch as well. (It's also 0.57.0.devXX.) ``` {.bash .copy} -pip3 install mpc-mc --pre +pip3 install mpf-mc --pre ``` We had some issues with audio in earlier builds of MPF-MC 0.57, but we think those are resolved? Open an Issue on