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: README.md
+3-11Lines changed: 3 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,17 +150,9 @@ Endpoints:
150
150
Development
151
151
-----------
152
152
153
-
Create a virtual environment:
153
+
Install dependencies:
154
154
155
-
python3 -m venv .venv
156
-
157
-
Activate virtual environment:
158
-
159
-
source .venv/bin/activate
160
-
161
-
Install requirements:
162
-
163
-
pip install -r requirements.txt
155
+
uv sync
164
156
165
157
Set the `CONFIG_PATH` environment variable to the path containing the service config and permission files when starting this service (default: `config`).
166
158
@@ -174,4 +166,4 @@ Configure development environment:
0 commit comments