Installation¶
Install from PyPI¶
geotask is available on PyPI. To install geotask, run this command in your terminal:
1 |
|
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 |
|
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 |
|