Installation#

Note

The latest version of Grana requires python 3.9 or higher to run.

Install core components using pip:

$ pip install grana

Grana features multiple extensions. To install all of them, use the following:

$ pip install "grana[all]"