Closed jitka closed 4 years ago
We can create API documentation without Marshmallow. In the quickstart, I have labeled this section as Optional Marshmallow Support
.
Would appreciate a suggestion on how I can make this more clear. Maybe moving / copying this comment to appear on the import
line?
I would apprreciate a shorter quickstart and then special section about Marshmallow.
Or alternativly you can mention Mashmallow in istalation section.
Look at the docs for apispec, they mention marshmallow with a link. That sounds like the right approach.
I will put this on my todo list for this weekend. Would also appreciate a PR if you have time.
Thanks for reporting the issue!
https://github.com/alysivji/falcon-apispec/pull/22
My English is not perfect but I hope this will help new users get faster orientation.
Thank you @jitka for updating the README
! It's a lot more clear!
Hi,
I am using Fedora 31, Python 3.7.7
I install falcon-apispec by pip
and run example from readme and got:
I add it manually
pip install marshmallow
and it solves the problem and example is working.