InstallΒΆ

To install the base version, simply install from PyPi:

pip install minoshiro

This library also comes with a PostgreSQL data controller, to use this you will need a PostgreSQL version 9.6 or above instance hosted.

To install with the built in PostgreSQL support, use:

pip install minoshiro[postgres]

or simply install asyncpg version 0.12.0 or later from PyPi

To achieve maximum speed with this library, uvloop is highly recommended.