Skip to content

Commit d960f40

Browse files
giswqskylebarron
andauthored
Add conda-forge package (#223)
I have added lonboard to conda-forge. This PR adds the conda-forge installation instruction and conda badges. https://anaconda.org/conda-forge/lonboard --------- Co-authored-by: Kyle Barron <kyle@developmentseed.org>
1 parent c747413 commit d960f40

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Lonboard
22

33
[![PyPI][pypi_badge]][pypi_link]
4+
[![Conda Version][conda_version_badge]][conda_version]
45
[![Binder][binder_badge]][binder_jupyterlab_url]
56
[![open_in_colab][colab_badge]][colab_notebook_link]
67

@@ -10,6 +11,8 @@
1011
[binder_jupyterlab_url]: https://mybinder.org/v2/gh/developmentseed/lonboard/HEAD?urlpath=lab/tree/examples/
1112
[colab_badge]: https://colab.research.google.com/assets/colab-badge.svg
1213
[colab_notebook_link]: https://colab.research.google.com/github/developmentseed/lonboard/blob/main
14+
[conda_version_badge]: https://img.shields.io/conda/vn/conda-forge/lonboard.svg
15+
[conda_version]: https://anaconda.org/conda-forge/lonboard
1316

1417
A Python library for fast, interactive geospatial vector data visualization in Jupyter.
1518

@@ -21,10 +24,18 @@ Building on cutting-edge technologies like [GeoArrow](https://github.com/geoarro
2124

2225
## Install
2326

27+
To install lonboard using pip:
28+
2429
```
2530
pip install lonboard
2631
```
2732

33+
Lonboard is on [conda-forge](https://anaconda.org/conda-forge/lonboard) and can be installed using [conda](https://docs.conda.io), [mamba](https://mamba.readthedocs.io/), or [pixi](https://pixi.sh/). To install lonboard using conda:
34+
35+
```
36+
conda install -c conda-forge lonboard
37+
```
38+
2839
To install from source, refer to the [developer documentation](https://github.com/developmentseed/lonboard/blob/main/DEVELOP.md).
2940

3041
## Get Started

0 commit comments

Comments
 (0)