From 195a3b1b6c1f8fd4c38d6c5ae5e5145fed046bfc Mon Sep 17 00:00:00 2001 From: Cody Date: Sat, 24 Aug 2024 16:58:24 -0400 Subject: [PATCH] qs --- website/index.qmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/index.qmd b/website/index.qmd index 3e5f6d6..bb45782 100644 --- a/website/index.qmd +++ b/website/index.qmd @@ -16,13 +16,13 @@ This project uses: 1. **User interface**: [Ibis](https://github.com/ibis-project/ibis) (Python dataframe code and/or SQL) 2. **Execution engine**: [DuckDB](https://github.com/duckdb/duckdb) (local) and [ClickHouse](https://github.com/clickhouse/clickhouse) (remote) -3. **Data storage**: [Delta Lake](https://github.com/delta-io/delta) tables (local or cloud object storage) +3. **Data storage**: [Delta Lake](https://github.com/delta-io/delta) tables (local and/orcloud object storage) You can mix and match these components as needed. ## Setup -Install [`gh`](https://github.com/cli/cli) and [`just`](https://github.com/casey/just), then: +Install [`gh`](https://github.com/cli/cli) and [`just`](https://github.com/casey/just) and [`uv`](https://github.com/astral-sh/uv), then: ```bash gh repo clone ibis-project/ibis-analytics