Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.
/ galeritas Public archive

Galeritas is an open library for data visualization.

License

Notifications You must be signed in to change notification settings

Creditas/galeritas

Repository files navigation

Galeritas

PyPI Documentation Status License

Galeritas is an open library for data visualization.

Installation

Stable release

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.

From sources

You can also install from the source by cloning this repository:

git clone git://github.com/Creditas/galeritas

cd galeritas
 
python setup.py install

Documentation

For more information about Galeritas, you can check this publication on Medium (in Portuguese).

License

The package is released under the Apache License 2.0.