[9e8054]: / docs / source / install.rst

Download this file

26 lines (17 with data), 466 Bytes

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