diff --git a/README.md b/README.md index 88a59149e..0c8b9b2c9 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ At the moment there are the following subpackages: ## Installation +### PyPi distribution + The package requires Python version **>=3.5** . It can be installed with: ```bash @@ -71,6 +73,7 @@ gdal rasterio shapely fiona +cartopy (required by eo-learn-visualization[FULL]) ``` One of dependecies of `eo-learn-mask` subpackage is `lightgbm` package. On windows it requires 64 bit Python distribution. If having problems during installation please check [LightGBM installation guide](https://lightgbm.readthedocs.io/en/latest/Installation-Guide.html). @@ -81,6 +84,26 @@ A part of subpackage `eo-learn-visualization` requires additional dependencies w pip install eo-learn-visualization[FULL] ``` +### Conda Forge distribution + +The package requires a Python environment **>=3.5**. + +Thanks to the maintainers of the conda forge feedstock (@benhuff, @dcunn, @mwilson8, @oblute, @rluria14), `eo-learn` can +be installed using `conda-forge` as follows: + +```bash +conda config --add channels conda-forge + +conda install eo-learn-core +conda install eo-learn-coregistration +conda install eo-learn-features +conda install eo-learn-geometry +conda install eo-learn-io +conda install eo-learn-mask +conda install eo-learn-ml-tools +conda install eo-learn-visualization +``` + ## Documentation For more information on the package content, visit [readthedocs](https://eo-learn.readthedocs.io/).