diff --git a/Makefile b/Makefile index e293b2d..e930609 100644 --- a/Makefile +++ b/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: