Skip to content

Commit

Permalink
Change another pip3 in intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Sep 13, 2023
1 parent 8d49668 commit 270ced2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/website/docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ print(info)

Now copy this snippet to a file or a Notebook cell and run it. If you do not have it yet, install **duckdb** dependency (default `dlt` installation is really minimal):
```sh
pip3 install "dlt[duckdb]"
pip install "dlt[duckdb]"
```

How the script works?: It extracts data from a
Expand Down

0 comments on commit 270ced2

Please sign in to comment.