Skip to content

Installation

Install from PyPI

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

1
pip install vgrid

Install from conda-forge (coming soon)

Install from GitHub

To install the development version from GitHub using Git, run the following command in your terminal:

1
pip install git+https://github.com/opengeoshub/vgrid

Upgrade vgrid

If you have installed vgrid before and want to upgrade to the latest version, you can run the following command in your terminal:

1
pip install -U vgrid

(Coming soon) If you use conda, you can update vgrid to the latest version by running the following command in your terminal:

1
conda update -c conda-forge vgrid