You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SedonaDB is an open-source single-node analytical database engine with **geospatial as a first-class citizen**. It aims to deliver the fastest spatial analytics query speed and the most comprehensive function coverage available.
25
27
@@ -70,12 +72,18 @@ This is a performance benchmark comparing SedonaDB 0.1.0, DuckDB 1.4.0, and GeoP
70
72
71
73
## Install
72
74
73
-
You can install Python SedonaDB with PyPI:
75
+
You can install Python SedonaDB with [PyPI](https://packaging.python.org/en/latest/tutorials/installing-packages/):
74
76
75
77
```sh
76
78
pip install "apache-sedona[db]"
77
79
```
78
80
81
+
Or with [conda](https://www.anaconda.com/docs/getting-started/main):
0 commit comments