From 39f0dcf9f79446cdfb4583ed358690b8c7374978 Mon Sep 17 00:00:00 2001 From: Zeyad Moustafa Kamal Date: Tue, 4 Feb 2025 12:38:55 +0200 Subject: [PATCH] install `uv` in the install script --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 7bb0b9604..8c866ea02 100755 --- a/install.sh +++ b/install.sh @@ -132,6 +132,9 @@ done ags_state_dir=~/.local/state/ags +showfun install-uv +v install-uv + x mkdir -p $ags_state_dir # we need python 3.12 https://github.com/python-pillow/Pillow/issues/8089 x uv venv --prompt .venv $PYTHON_VENV_PATH -p 3.12