Skip to main content

Installing scancode

The steps to install scancode-toolkit:

  1. Install Prerequisites

    NOTE: scancode supports all Python versions from 3.6 to 3.9 for pip installation

  2. Run $ python3 -m pip install --upgrade pip setuptools wheel to install the latest versions of base utilities.

  3. Run $ python3 -m pip install scancode-toolkit to install the latest version of ScanCode.

The steps to uninstall scancode-toolkit:

  1. Run $ python3 -m pip uninstall scancode-toolkit