Installation#

Install from conda#

$ conda install pyflwdir -c conda-forge

Install from pip#

$ pip install pyflwdir

Install full environment for quickstart and examples#

In order to run the examples in the examples folder some additional packages to read and write raster and vector data, as well as to plot these data are required. We recommend using rasterio raster data and geopandas for vector data. A complete environment can be installed from the environment.yml file using:

$ conda env create -f environment.yml