Installation

Happyly is hosted on PyPI, so you can use:

pip install happyly

There are extra dependencies for some components. If you want to use Happyly’s components for Flask, install it like this:

pip install happyly[flask]

There is also an extra dependency which enables cached components via Redis. If you need it, install Happyly like this:

pip install happyly[redis]