Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add quotes to the installation since that's the correct way to install per [slack thread](https://dbt-labs.slack.com/archives/C03KHQRQUBX/p1725919761175009)
  • Loading branch information
mirnawong1 authored Sep 10, 2024
1 parent c2d3d35 commit 9c75109
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand All @@ -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
Expand Down

0 comments on commit 9c75109

Please sign in to comment.