Skip to content

Commit 67e1d65

Browse files
committed
updated readme
1 parent 89362a1 commit 67e1d65

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

apis/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,7 @@ Mixing JSONSchema with OpenAPI schema needs some additional steps:
7373

7474
The current python-based packages use the aiohttp-apiset library to create routes from the defined API. The aiohttp-apiset library requires a physical file to create the routes. Therefore one needs to generate that file by following:
7575

76-
1. Generate a 1 file OpenAPI formatted file using [prance](https://pypi.org/project/prance/):
77-
```bash
78-
pip install prance
79-
prance compile path/to/input.yml path/to/output.yml
80-
```
76+
1. Generate a 1 file OpenAPI formatted file using [prance](https://pypi.org/project/prance/). By using [openapi-resolver](../scripts/openapi/oas_resolver).
8177
2. Copy the generated file in a folder in the python-based code and use it.
8278

8379
### Python: in development and should be available soon

0 commit comments

Comments
 (0)