Skip to content

Installation

Install from PyPI

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

1
pip install vgridpandas

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/vgridpandas

Upgrade vgridpandas

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

1
pip install -U vgridpandas

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

1
conda update -c conda-forge vgridpandas