Skip to content

Commit

Permalink
Update mac.md
Browse files Browse the repository at this point in the history
wrong quote mark.
  • Loading branch information
GabeKnuth authored Aug 21, 2023
1 parent faeab34 commit f89ba8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/install/mac.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.,
Expand Down

0 comments on commit f89ba8d

Please sign in to comment.