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: docs/contributing.md
+3-7Lines changed: 3 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,18 +6,14 @@ First, you might want to see the basic ways to [help SQLModel and get help](help
6
6
7
7
If you already cloned the <ahref="https://github.com/fastapi/sqlmodel"class="external-link"target="_blank">sqlmodel repository</a> and you want to deep dive in the code, here are some guidelines to set up your environment.
8
8
9
-
### Virtual Environment
9
+
### Install Requirements Using `uv`
10
10
11
-
Follow the instructions to create and activate a [virtual environment](virtual-environments.md){.internal-link target=_blank} for the internal code of `sqlmodel`.
12
-
13
-
### Install Requirements Using `pip`
14
-
15
-
After activating the environment, install the required packages:
11
+
Create a virtual environment and install the required packages in one command:
0 commit comments