Skip to content

Commit 9a98fa9

Browse files
committed
improve README.md
1 parent e3d3452 commit 9a98fa9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,11 @@ Before you begin, ensure you have the following installed:
3838
```bash
3939
uv sync
4040
```
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:
43+
```bash
44+
uv pip install -r path/to/your/asset/requirements.txt
45+
```
4346

4447
## Make Commands
4548

0 commit comments

Comments
 (0)