Skip to content

Installation

Install from PyPI

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

1
pip install geotask

This is the preferred method to install geotask, as it will always install the most recent stable release.

If you don't have pip installed, this Python installation guide can guide you through the process.

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/nazifa02/geotask

Upgrade geotask

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

1
pip install -U geotask