Addon: describe code generation process

The code generation has been integrated with the Makefile, so that's now
described properly.
This commit is contained in:
Sybren A. Stüvel 2022-03-11 11:34:18 +01:00
parent 55752c87a2
commit 91f2fb2067

@ -11,8 +11,5 @@ poetry install
## Generating the OpenAPI client
Start Flamenco Manager, then run:
```
openapi-python-client generate --url http://localhost:8080/api/openapi3.json
```
1. Make sure Java is installed (so `java --version` shows something sensible).
2. In the root directory of the repository, run `make generate-py`