Skip to content

Commit

Permalink
📝 Add install from conda-forge instructions (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
weiji14 authored Sep 8, 2022
1 parent 1a64508 commit 5c1501a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@ Or the stable version from [PyPI](https://pypi.org/project/zen3geo):

pip install zen3geo

More detailed instructions at https://zen3geo.readthedocs.io/en/latest/#installation
If instead, [conda-forge](https://anaconda.org/conda-forge/zen3geo) you desire:

mamba install --channel conda-forge zen3geo

Other instructions, see https://zen3geo.readthedocs.io/en/latest/#installation
7 changes: 6 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ Get what you need, not more, not less:
| `pip install zen3geo[spatial]` | rioxarray, torchdata, datashader, spatialpandas |
| `pip install zen3geo[vector]` | rioxarray, torchdata, pyogrio[geopandas] |

Retrieve more 'extras' using
Retrieve more ['extras'](https://github.com/weiji14/zen3geo/blob/main/pyproject.toml) using

pip install zen3geo[raster,spatial,vector]

To install the development version from [TestPyPI](https://test.pypi.org/project/zen3geo), do:

pip install --pre --extra-index-url https://test.pypi.org/simple/ zen3geo

May [conda-forge](https://anaconda.org/conda-forge/zen3geo) be with you,
though optional dependencies it has not.

mamba install --channel conda-forge zen3geo

For the eager ones, {ref}`contributing <contributing:running:locally>` will take you further.

0 comments on commit 5c1501a

Please sign in to comment.