We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 480efac commit ce8eaf7Copy full SHA for ce8eaf7
eng/install-scancode.sh
@@ -5,12 +5,13 @@ set -euo pipefail
5
# Install instructions: https://scancode-toolkit.readthedocs.io/en/latest/getting-started/install.html#installation-as-a-library-via-pip
6
7
# See latest release at https://github.com/nexB/scancode-toolkit/releases
8
-SCANCODE_VERSION="32.3.2"
+SCANCODE_VERSION="32.3.3"
9
10
pyEnvPath="/tmp/scancode-env"
11
python3 -m venv $pyEnvPath
12
source $pyEnvPath/bin/activate
13
pip install scancode-toolkit==$SCANCODE_VERSION
14
+pip install click==8.1.8
15
deactivate
16
17
# Setup a script which executes scancode in the virtual environment
0 commit comments