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