Description
https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#pip-install
Point 2.: Run pip install --upgraded pip setuptools wheel to install the latest versions of base utilities.
"--upgraded" won't work.
The correct command should be:
pip install --upgrade pip setuptools wheel
Link to Documentation Page
see above
Select Category
Description
https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#pip-install
Point 2.: Run
pip install --upgraded pip setuptools wheelto install the latest versions of base utilities."--upgraded" won't work.
The correct command should be:
pip install --upgrade pip setuptools wheelLink to Documentation Page
see above
Select Category