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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,11 @@ Before you begin, ensure you have the following installed:
38
38
```bash
39
39
uv sync
40
40
```
41
-
42
-
> **Note:** UV will automatically create a virtual environment if one doesn't exist. Make sure to activate it with `source .venv/bin/activate` (macOS/Linux) or `.venv\Scripts\activate` (Windows).
41
+
42
+
> **Note:** you might need to install extra dependencies required for your asset tests. If your asset has a `requirements.txt` file, install it using:
0 commit comments