File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ First time setup:
50
50
python3 -m pip install . # as root, or if in MacOS Virtual Environment
51
51
python3 -m pip install --user . # as user
52
52
# install optional dependencies
53
- python3 -m pip install .'[eyed3]' .'[gui]' .'[html5lib]' .'[mutagen]' .'[coverart]' .'[yt-dlp']
53
+ python3 -m pip install .'[eyed3]' .'[gui]' .'[html5lib]' .'[mutagen]' .'[coverart]' .'[yt-dlp]'
54
54
# Optional: Create desktop icon
55
55
python3 tools/create-desktop-icon.py
56
56
@@ -61,7 +61,7 @@ First time setup:
61
61
bin/gpo # cli client
62
62
bin/gpodder # gtk3 client
63
63
64
- After that , if on MacOS, do the following:
64
+ The next time you wish to run gPodder , if on MacOS, do the following:
65
65
66
66
cd gpodder
67
67
source ./.venv/bin/activate
You can’t perform that action at this time.
0 commit comments