Installation

Simple

Install aiohttp-swagger is so easy:

$ python3.5 -m pip install aiohttp-swagger

With extra performance

aiohttp-swagger also includes some optional dependencies to add extra performance but requires a bit different installation, because they (usually) depends of C extensions.

To install the tool with extra performance you must do:

$ python3.5 -m pip install 'aiohttp-swagger[performance]'

Note

Remember that aiohttp-swagger only runs in Python 3.4 and above.