Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
fauust committed Jul 29, 2024
1 parent 7edd5a1 commit 73e79a7
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 @@ -27,7 +27,7 @@ venv: ## Create python3 venv if it does not exists

install-pip-packages: ## Install python3 requirements
$(info --> Install requirements via `pip`)
uv pip install -I --force-reinstall setuptools==71.0.0
uv pip install setuptools==71.0.0
uv pip install --no-build-isolation -r requirements.txt

install-vlad-bb-fork: ## Install vlad bb fork
Expand Down

0 comments on commit 73e79a7

Please sign in to comment.