Skip to content

Commit 95d5480

Browse files
committed
Upgrade pip for editable installs
1 parent 507bcc7 commit 95d5480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ update.vendor:
66
cd vendor/llama.cpp && git pull origin master
77

88
deps:
9-
python3 -m pip install pip
9+
python3 -m pip install --upgrade pip
1010
python3 -m pip install -e ".[all]"
1111

1212
build:

0 commit comments

Comments
 (0)