We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eccafdc commit aa72b9cCopy full SHA for aa72b9c
e2e_test/source_inline/README.md
@@ -24,3 +24,13 @@ Some additional tools are needed to run the `system` commands in tests.
24
25
- `rpk`: Redpanda (Kafka) CLI toolbox. https://docs.redpanda.com/current/get-started/rpk-install/
26
- `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