File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 33#########
44.PHONY: develop
55develop: ## setup project for development
6- python -m pip install -e .[develop]
6+ uv pip install -e .[develop]
77
88.PHONY: build-py build-cpp build
99build-py:
@@ -19,7 +19,7 @@ build: build-cpp build-py ## build the project
1919
2020.PHONY: install
2121install: ## install python library
22- python -m pip install .
22+ uv pip install .
2323
2424#########
2525# LINTS #
Original file line number Diff line number Diff line change 33#########
44.PHONY: develop-py develop-js develop
55develop-py:
6- python -m pip install -e .[develop]
6+ uv pip install -e .[develop]
77
88develop-js:
99 cd js; pnpm install && npx playwright install
@@ -21,7 +21,7 @@ build: build-js build-py ## build the project
2121
2222.PHONY: install
2323install: ## install python library
24- python -m pip install .
24+ uv pip install .
2525
2626#########
2727# LINTS #
Original file line number Diff line number Diff line change 33#########
44.PHONY: develop-py develop-js develop
55develop-py:
6- python -m pip install -e .[develop]
6+ uv pip install -e .[develop]
77
88develop-js:
99 cd js; pnpm install
@@ -21,7 +21,7 @@ build: build-js build-py ## build the project
2121
2222.PHONY: install
2323install: ## install python library
24- python -m pip install .
24+ uv pip install .
2525
2626#########
2727# LINTS #
Original file line number Diff line number Diff line change 33#########
44.PHONY: develop-py develop-rust develop
55develop-py:
6- python -m pip install -e .[develop]
6+ uv pip install -e .[develop]
77
88develop-rust:
99 make -C rust develop
@@ -24,7 +24,7 @@ build: build-rust build-py ## build the project
2424
2525.PHONY: install
2626install: ## install python library
27- python -m pip install .
27+ uv pip install .
2828
2929UNAME := $(shell uname)
3030ifeq ($(UNAME), Darwin)
You can’t perform that action at this time.
0 commit comments