Skip to content

Commit

Permalink
Merge pull request #177 from sentinel-hub/docs/update-readme-conda-in…
Browse files Browse the repository at this point in the history
…stallation

Update README to include conda forge installation
  • Loading branch information
AleksMat committed Jan 22, 2020
2 parents fd6eb3c + dff0652 commit d5bbeab
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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).
Expand All @@ -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/).
Expand Down

0 comments on commit d5bbeab

Please sign in to comment.