From dcb61b62b11695fc1a77927994e73da5893018dd Mon Sep 17 00:00:00 2001 From: Jojo144 Date: Wed, 25 Dec 2024 17:54:40 +0100 Subject: [PATCH] Update contibuting.md with uv dependency --- docs/contributing.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/contributing.md b/docs/contributing.md index 3be42a411..cf01c8aed 100644 --- a/docs/contributing.md +++ b/docs/contributing.md @@ -78,6 +78,15 @@ Thanks again! (setup-dev-environment)= ## Set up a dev environment +### Requirements + +In addition to general {ref}`requirements`, you will need +**uv**. It recommended to install uv [system +wide](https://docs.astral.sh/uv/getting-started/installation/#standalone-installer) +as it is a kind of replacement for pip. + +### Getting the sources + You must develop on top of the Git master branch: git clone https://github.com/spiral-project/ihatemoney.git