-
C:\Users\User>pip install --upgrade pip build python -m build pip install dist/*.whl Usage: no such option: -m why no such option -m help me pls :<<< |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The README seems to have wrapped three separate commands into one line. You want to run "pip install --upgrade pip build", then "python -m build", then "pip install dist/*.whl". I'll fix the README. |
Beta Was this translation helpful? Give feedback.
The README seems to have wrapped three separate commands into one line. You want to run "pip install --upgrade pip build", then "python -m build", then "pip install dist/*.whl". I'll fix the README.