Installing scancode
The steps to install scancode-toolkit:
-
Install Prerequisites
NOTE: scancode supports all Python versions from 3.6 to 3.9 for
pipinstallation -
Run
$ python3 -m pip install --upgrade pip setuptools wheelto install the latest versions of base utilities. -
Run
$ python3 -m pip install scancode-toolkitto install the latest version of ScanCode.
The steps to uninstall scancode-toolkit:
- Run
$ python3 -m pip uninstall scancode-toolkit