Skip to content

Commit 56a5500

Browse files
authored
Merge pull request #438 from supahfox/supahfox-patch-1
Updated macOS install instructions
2 parents f0ba665 + 792ce03 commit 56a5500

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

README.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -670,19 +670,21 @@ To install the CLI version:
670670

671671
1. Install brew. ([Instructions](https://brew.sh/))
672672
2. Install python3 and mpv. `brew install python mpv`
673-
3. Install jellyfin-mpv-shim. `pip3 install --upgrade jellyfin-mpv-shim`
674-
4. Run `jellyfin-mpv-shim`.
673+
3. Install pipx. `brew install pipx`
674+
4. Set path `pipx ensurepath`
675+
5. Install jellyfin-mpv-shim. `pipx install jellyfin-mpv-shim`
676+
6. Run `jellyfin-mpv-shim`.
675677

676678
If you'd like to install the GUI version, you need a working copy of tkinter.
677679

678-
1. Install pyenv. ([Instructions](https://medium.com/python-every-day/python-development-on-macos-with-pyenv-2509c694a808))
679-
2. Install TK and mpv. `brew install tcl-tk mpv`
680-
3. Install python3 with TK support. `FLAGS="-I$(brew --prefix tcl-tk)/include" pyenv install 3.13.1`
681-
4. Set this python3 as the default. `pyenv global 3.13.1`
682-
5. Install jellyfin-mpv-shim and pystray. `pip3 install --upgrade 'jellyfin-mpv-shim[gui]'`
680+
1. Install TK and mpv. `brew install python-tk mpv`
681+
2. Install python3. `brew install python`
682+
3. Install pipx. `brew install pipx`
683+
4. Set path `pipx ensurepath`
684+
5. Install jellyfin-mpv-shim and pystray. `pipx install 'jellyfin-mpv-shim[gui]'`
683685
6. Run `jellyfin-mpv-shim`.
684686

685-
Display mirroring is not tested on macOS, but may be installable with 'pip3 install --upgrade 'jellyfin-mpv-shim[mirror]'`.
687+
Display mirroring is not tested on macOS, but may be installable with 'pipx install 'jellyfin-mpv-shim[mirror]'`.
686688

687689
## Building on Windows
688690

0 commit comments

Comments
 (0)