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 .
# via pip
pip install mapshader
conda create -n mapshader python=3.8
conda activate mapshader
git clone [email protected]:makepath/mapshader.git
cd mapshader
pip install -e .