From c056136c635b3739909c9cb4a8220729628ad9e3 Mon Sep 17 00:00:00 2001 From: Anton Burnashev Date: Wed, 13 Sep 2023 12:38:29 +0300 Subject: [PATCH] Use bare pip in intro.md --- docs/website/docs/intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/intro.md b/docs/website/docs/intro.md index b590ca2ea1..42c60552e9 100644 --- a/docs/website/docs/intro.md +++ b/docs/website/docs/intro.md @@ -12,7 +12,7 @@ keywords: [introduction, who, what, how] `dlt` is an open-source library that you can add to your Python scripts to load data from various and often messy data sources into well-structured, live datasets. Install it with: ```sh -pip3 install dlt +pip install dlt ``` There's no need to start any backends or containers. Import `dlt` in your Python script and write a simple pipeline like the one below: