Upgrade pip for editable installs
This commit is contained in:
parent
507bcc7171
commit
95d54808a5
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ update.vendor:
|
|||
cd vendor/llama.cpp && git pull origin master
|
||||
|
||||
deps:
|
||||
python3 -m pip install pip
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install -e ".[all]"
|
||||
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue