Upgrade pip for editable installs

This commit is contained in:
Andrei Betlen 2023-09-14 02:01:45 -04:00
parent 507bcc7171
commit 95d54808a5

View file

@ -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: