Installation#

# via pip
pip install mapshader

Setup Mapshader Conda Environment#

conda create -n mapshader python=3.8
conda activate mapshader
git clone [email protected]:makepath/mapshader.git
cd mapshader
pip install -e .