Skip to content

Commit aa72b9c

Browse files
committed
improve readme
Signed-off-by: Bugen Zhao <[email protected]>
1 parent eccafdc commit aa72b9c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

e2e_test/source_inline/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,13 @@ Some additional tools are needed to run the `system` commands in tests.
2424

2525
- `rpk`: Redpanda (Kafka) CLI toolbox. https://docs.redpanda.com/current/get-started/rpk-install/
2626
- `zx`: A tool for writing better scripts. `npm install -g zx`
27+
28+
### Python Dependencies
29+
30+
There are also some `system` commands calling scripts written in Python.
31+
32+
You have two options:
33+
34+
1. **Recommended**: Install the package manager `uv`, which will automatically manage the dependencies for you, requiring no further action.
35+
36+
2. Manually install the dependencies listed in `e2e_test/requirements.txt` in your system Python environment or a virtual environment.

0 commit comments

Comments
 (0)