Galeritas is an open library for data visualization.
To install galeritas with pip, run this command in your terminal:
pip install galeritas
This is the preferred method to install galeritas, as it will always install the most recent stable release.
If you don't have pip installed, this Python installation guide can guide you through the process.
You can also install from the source by cloning this repository:
git clone git://github.com/Creditas/galeritas
cd galeritas
python setup.py install
For more information about Galeritas, you can check this publication on Medium (in Portuguese).
The package is released under the Apache License 2.0.