From f89ba8d64b440446180b635340ce4572f0dca8b2 Mon Sep 17 00:00:00 2001 From: Gabe Knuth Date: Mon, 21 Aug 2023 10:01:36 -0700 Subject: [PATCH] Update mac.md wrong quote mark. --- docs/install/mac.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install/mac.md b/docs/install/mac.md index bb4e093d2c..b1b1484f64 100644 --- a/docs/install/mac.md +++ b/docs/install/mac.md @@ -52,16 +52,16 @@ To install MPF on a Mac: 5. Use pip to install MPF with the Text UI components: - `pip install "mpf[cli]"` or 'pip3 install "mpf[cli]"' + `pip install "mpf[cli]"` or `pip3 install "mpf[cli]"` 6. Use pip to install the MPF Monitor (Note that the latest version requires PyQt6, priors required PyQt5): - `pip install mpf-monitor` or 'pip3 install mpf-monitor' + `pip install mpf-monitor` or `pip3 install mpf-monitor` 7. Use pip to install MPF-MC: - `pip install mpf-mc` or 'pip3 install mpf-mc' + `pip install mpf-mc` or `pip3 install mpf-mc` Note: For the commands that use pip, if you run into permission issues, try prefixing the command with sudo (i.e.,