[Django]-How to install the gviz_api library?

10👍

You can load from source from https://github.com/google/google-visualization-python and run “setup.py”, or:

pip install -U https://github.com/google/google-visualization-python/zipball/master

Leave a comment