We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d382c commit 94abec3Copy full SHA for 94abec3
docs/index.md
@@ -22,7 +22,8 @@ You need:
22
- In the client folder:
23
- Generate the OpenAPI doc using the `generate-openapi.sh` script
24
- [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
+ - 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
27
- Inside the client/python folder:
28
- Install the python client dependencies using `pip install -r requirements.txt`
29
- `flake8` for linting the code, which is mandatory for contributing otherwise the CI will fail
0 commit comments