📦 Installation#

From Pip/PyPi#

pip install globato

From Source#

Download and install git (If you have not already): git installation

Then,

pip install git+https://github.com/continuous-dems/globato.git#egg=globato

Clone and install from source

git clone https://github.com/continuous-dems/globato.git
cd globato
pip install -e .

Module-Specific Dependencies#

todo