Skip to content

Commit

Permalink
fix command to install dlt (#1404)
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin0313 authored May 24, 2024
1 parent d0fdfb4 commit a8a6ff7
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 a8a6ff7

Please sign in to comment.