mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-04-28 17:32:38 +02:00
Update contibuting.md with uv dependency
This commit is contained in:
parent
752c80d29f
commit
d5cd540b8c
1 changed files with 9 additions and 0 deletions
|
@ -78,6 +78,15 @@ Thanks again!
|
||||||
(setup-dev-environment)=
|
(setup-dev-environment)=
|
||||||
## Set up a dev environment
|
## Set up a dev environment
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
In addition to general {ref}`requirements<system-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:
|
You must develop on top of the Git master branch:
|
||||||
|
|
||||||
git clone https://github.com/spiral-project/ihatemoney.git
|
git clone https://github.com/spiral-project/ihatemoney.git
|
||||||
|
|
Loading…
Reference in a new issue