We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512d9c2 commit e8af647Copy full SHA for e8af647
docs/run-from-git.md
@@ -50,7 +50,7 @@ First time setup:
50
python3 -m pip install . # as root, or if in MacOS Virtual Environment
51
python3 -m pip install --user . # as user
52
# install optional dependencies
53
- python3 -m pip install .'[eyed3]' .'[gui]' .'[html5lib]' .'[mutagen]' .'[coverart]' .'[yt-dlp']
+ python3 -m pip install .'[eyed3]' .'[gui]' .'[html5lib]' .'[mutagen]' .'[coverart]' .'[yt-dlp]'
54
# Optional: Create desktop icon
55
python3 tools/create-desktop-icon.py
56
0 commit comments