Installation#
Stable release#
install it using either pip or conda:
pip install pygadm
conda install pygadm
From source#
The source of pygadm can be installed from the GitHub repo:
python -m pip install git+git://github.com/12rambau/pygadm.git#egg=pygadm
local development#
For local development, don’t forget to install the pre-commit hooks before making changes. These hooks are tested in the CI.
git clone https://github.com/12rambau/pygadm.git
cd pygadm/
pre-commit install
pip install -e .