Installation

Install from PyPI:

#create an aggmap env
conda create -n aggmap python=3.7
conda activate aggmap
pip install --upgrade pip
pip install aggmap

Install from souce code:

#create an aggmap env
conda create -n aggmap python=3.7
conda activate aggmap
git clone https://github.com/shenwanxiang/bidd-aggmap.git
cd bidd-aggmap
pip install -r ./requirements.txt