Skip to content

Commit dc6b3bf

Browse files
briwacarltongibson
authored andcommitted
Fix tutorial instruction to also add pyyaml (#6443)
1 parent abf07e6 commit dc6b3bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/tutorial/7-schemas-and-client-libraries.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,10 @@ automatically generated schemas. Since we're using viewsets and routers,
2929
we can simply use the automatic schema generation.
3030

3131
You'll need to install the `coreapi` python package in order to include an
32-
API schema.
32+
API schema, and `pyyaml` to render the schema into the commonly used
33+
YAML-based OpenAPI format.
3334

34-
$ pip install coreapi
35+
$ pip install coreapi pyyaml
3536

3637
We can now include a schema for our API, by including an autogenerated schema
3738
view in our URL configuration.

0 commit comments

Comments
 (0)