From f47b6873d3f67437845071c4603dc4ff3731df3c Mon Sep 17 00:00:00 2001 From: Awen Lelu Date: Fri, 5 Dec 2025 11:48:44 +0100 Subject: [PATCH] add links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f3c526..8174f2e 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # installation -## install pipx +## install [pipx](https://pipx.pypa.io/stable/installation/) pipx is an executable insaller for python, it will install any exectuable script, add it to your path in a scope venv `pip install pipx` -## install uv +## install [uv](https://docs.astral.sh/uv/) uv is a ultra fast and lightweight dependencie manager for python `pipx install uv` ## install dependencies