Skip to content

Commit e92e611

Browse files
committed
Update docs for OpenAPI (#6814)
1 parent f81ca78 commit e92e611

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/api-guide/schemas.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ Django REST Framework provides support for automatic generation of
1818

1919
## Generating an OpenAPI Schema
2020

21-
### Install `pyyaml`
21+
### Install dependencies
2222

23-
You'll need to install `pyyaml`, so that you can render your generated schema
24-
into the commonly used YAML-based OpenAPI format.
23+
pip install pyyaml uritemplate
2524

26-
pip install pyyaml
25+
* `pyyaml` is used to generate schema into YAML-based OpenAPI format.
26+
* `uritemplate` is used internally to get parameters in path.
2727

2828
### Generating a static schema with the `generateschema` management command
2929

0 commit comments

Comments
 (0)