Installation

Regi0 works with Python versions 3.7 through 3.9.

Stable release

There are two options to install the stable release of regi0:

  1. Install from PyPI using pip:

pip install regi0

Keep in mind that regi0 relies on libraries such as geopandas, fiona and rasterio which require GDAL. Depending on your OS, you might need to install additional system libraries before installing regi0. Refer to Fiona’s or Rasterio’s installation guides for more information.

  1. Install from conda-forge using conda:

conda install -c conda-forge regi0

From source

There are two options to install wiutils from source:

  1. Install from the GitHub repository using pip and git:

pip install git+https://github.com/PEM-Humboldt/regi0.git#egg=regi0
  1. Install from the GitHub repository using pip:

pip install --upgrade https://github.com/PEM-Humboldt/regi0/tarball/master