Describe the bug
The Wiki FAQ How to update? section specifies to use --pip-args='pre' at the end for beta updates, but this does not work. Log:
>pipx upgrade trakt-scrobbler --pip-args='pre'
ERROR: Invalid requirement: "'pre'": Expected package name at the start of dependency specifier
'pre'
^
"python.exe -m pip install 'pre' --upgrade trakt-scrobbler -q"
failed
It should specify this flag instead:
Desktop (please complete the following information):
- OS and Version: Windows 11
- Python Version: 3.12.1
- Player and Version: MPC-HC 2.5.6
- Trakt Scrobbler Version: 1.8.0
To Reproduce
Steps to reproduce the behavior:
- Open cmd
- Enter
pipx upgrade trakt-scrobbler --pip-args='pre'
Describe the bug
The Wiki FAQ How to update? section specifies to use
--pip-args='pre'at the end for beta updates, but this does not work. Log:It should specify this flag instead:
Desktop (please complete the following information):
To Reproduce
Steps to reproduce the behavior:
pipx upgrade trakt-scrobbler --pip-args='pre'