From 9c75109d50bbcb5ef5a7445c976606ecbb2376bf Mon Sep 17 00:00:00 2001 From: Mirna Wong <89008547+mirnawong1@users.noreply.github.com> Date: Tue, 10 Sep 2024 13:35:13 +0100 Subject: [PATCH] Update README.md add quotes to the installation since that's the correct way to install per [slack thread](https://dbt-labs.slack.com/archives/C03KHQRQUBX/p1725919761175009) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2aecfa..0fe9fb9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # dbt Semantic Layer SDK for Python -> 🧪 This library is still experimental and it's not feature complete yet. +> 🧪 This library is still experimental and it's not feature-complete yet. A library for easily accessing [dbt's Semantic Layer](https://docs.getdbt.com/docs/use-dbt-semantic-layer/dbt-sl/) via Python. @@ -10,10 +10,10 @@ To install the SDK, you'll need to specify optional dependencies depending on wh ``` # Sync installation -pip install dbt-sl-sdk[sync] +pip install "dbt-sl-sdk[sync]" # Async installation -pip install dbt-sl-sdk[async] +pip install "dbt-sl-sdk[sync]" ``` ## Usage