You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,23 +30,19 @@ Additionally, the following resources might be useful:
30
30
### Repository Setup
31
31
32
32
As a first step you will need to fork this repository and clone your fork locally.
33
-
In order to be able to continuously sync your fork with the origin repository's master branch, you will need to set up an upstream master. To do so follow this [official github guide](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/syncing-a-fork).
33
+
In order to be able to continuously sync your fork with the origin repository's master branch, you will need to set up an upstream master.
34
+
To do so follow this [official github guide](https://docs.github.com/en/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/syncing-a-fork).
34
35
35
36
### Dependency Setup
37
+
We use [uv](https://github.com/astral-sh/uv) to manage our dev dependencies.
38
+
To install it, see their [installation guide](https://docs.astral.sh/uv/getting-started/installation/)
36
39
37
-
After your repository is setup you will then need to create and activate a git ignored virtual env, e.g.:
38
-
40
+
Once it's done, simply run the following command to automatically setup a virtual environment and install dev dependencies:
0 commit comments