From a8a6ff7288f8639bea9e92c20573126e538215e1 Mon Sep 17 00:00:00 2001 From: Harato Daisuke <129731743+Benjamin0313@users.noreply.github.com> Date: Fri, 24 May 2024 17:51:48 +0900 Subject: [PATCH] fix command to install dlt (#1404) --- docs/website/docs/dlt-ecosystem/destinations/snowflake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/dlt-ecosystem/destinations/snowflake.md b/docs/website/docs/dlt-ecosystem/destinations/snowflake.md index f144da02e6..deaaff3562 100644 --- a/docs/website/docs/dlt-ecosystem/destinations/snowflake.md +++ b/docs/website/docs/dlt-ecosystem/destinations/snowflake.md @@ -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