Skip to content

Installation

Install from PyPI

mapwdiget is available on PyPI. To install mapwidget, run this command in your terminal:

1
pip install mapwidget

Install from conda-forge

mapwidget is also available on conda-forge. If you have Anaconda or Miniconda installed on your computer, you can install mapwidget using the following command:

1
conda install -c conda-forge mapwidget

Use docker

You can also use docker to run mapwidget:

1
docker run -it -p 8888:8888 giswqs/mapwidget:latest

From sources

The sources for mapwidget can be downloaded from the Github repo.

You can clone the public repository:

1
git clone git://github.com/giswqs/mapwidget

Last update: 2023-03-24