We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5da0277 + 08c3029 commit f2e3990Copy full SHA for f2e3990
1 file changed
cpp/Makefile.jinja
@@ -3,7 +3,7 @@
3
#########
4
.PHONY: develop
5
develop: ## setup project for development
6
- uv pip install -e .[develop]
+ python -m pip install -e .[develop]
7
8
.PHONY: build-py build-cpp build
9
build-py:
@@ -19,7 +19,7 @@ build: build-cpp build-py ## build the project
19
20
.PHONY: install
21
install: ## install python library
22
- uv pip install .
+ python -m pip install .
23
24
25
# LINTS #
0 commit comments