Skip to content

Commit 1fc670a

Browse files
committed
Set up development environment with uv pip
1 parent 3d6836b commit 1fc670a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.PHONY: requirements
22
requirements:
3-
python3 -m pip install -r requirements/development.txt
3+
python3 -m pip install uv
4+
uv pip install -r requirements/development.txt
45

56
.PHONY: check
67
check:

0 commit comments

Comments
 (0)