Skip to content

Commit

Permalink
Install setuptools for python3.12
Browse files Browse the repository at this point in the history
Signed-off-by: Ayan Sinha Mahapatra <[email protected]>
  • Loading branch information
AyanSinhaMahapatra committed Oct 12, 2024
1 parent e27f3d2 commit 3f36d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ conf:
@echo "-> Configure the Python venv, clone and install scancode-toolkit"
${PYTHON_EXE} -m venv venv
@git clone https://github.com/aboutcode-org/scancode-toolkit.git
@venv/bin/pip install --upgrade pip
@venv/bin/pip install --upgrade pip setuptools
@venv/bin/pip install -e ./scancode-toolkit/
@venv/bin/scancode-reindex-licenses

Expand Down

0 comments on commit 3f36d81

Please sign in to comment.