Skip to content

Installation

Pip: Stable release

To install hagerstrand, run this command in your terminal:

1
pip install hagerstrand

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
conda config --add channels conda-forge

Once the conda-forge channel has been enabled, hagerstrand can be installed with:

1
conda install hagerstrand

It is possible to list all of the versions of hagerstrand available on your platform with:

1
conda search hagerstrand --channel conda-forge

From sources

The sources for hagerstrand can be downloaded from the Github repo.

You can clone the public repository:

1
git clone git://github.com/jimmy-feng/hagerstrand

Last update: 2021-05-03