Installation¶
Pip: Stable release¶
To install hagerstrand, run this command in your terminal:
1 |
|
This is the preferred method to install hagerstrand, 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.
Conda-forge¶
Installing hagerstrand
from the conda-forge
channel can be achieved by adding conda-forge
to your channels with:
1 |
|
Once the conda-forge
channel has been enabled, hagerstrand
can be installed with:
1 |
|
It is possible to list all of the versions of hagerstrand
available on your platform with:
1 |
|
From sources¶
The sources for hagerstrand can be downloaded from the Github repo.
You can clone the public repository:
1 |
|
Last update: 2021-05-03