Skip to content

Commit 94abec3

Browse files
committed
Clarify instructions for generating the Python client in the documentation
1 parent 12d382c commit 94abec3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ You need:
2222
- In the client folder:
2323
- Generate the OpenAPI doc using the `generate-openapi.sh` script
2424
- [Optional] Generate the TypeScript/JavaScript client using the `generate-client-typescript.sh` script
25-
- Generate the python client using the `generate-client-python.sh` script
25+
- Generate the python client using the `generate-client-python.sh` script:
26+
- Ensure you have Docker running, as the script uses Docker to generate the client
2627
- Inside the client/python folder:
2728
- Install the python client dependencies using `pip install -r requirements.txt`
2829
- `flake8` for linting the code, which is mandatory for contributing otherwise the CI will fail

0 commit comments

Comments
 (0)