Skip to content

Commit

Permalink
fix command to install dlt
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin0313 committed May 24, 2024
1 parent d0fdfb4 commit 6d79c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/dlt-ecosystem/destinations/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ keywords: [Snowflake, destination, data warehouse]
## Install `dlt` with Snowflake
**To install the `dlt` library with Snowflake dependencies, run:**
```sh
pip install dlt[snowflake]
pip install "dlt[snowflake]"
```

## Setup Guide
Expand Down

0 comments on commit 6d79c25

Please sign in to comment.