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 8174805 commit 7edd5a1
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 @@ -28,7 +28,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 -r requirements.txt
uv pip install --no-build-isolation -r requirements.txt

install-vlad-bb-fork: ## Install vlad bb fork
$(info --> Install vlad's bb fork)
Expand Down

0 comments on commit 7edd5a1

Please sign in to comment.