Skip to content

Commit

Permalink
Use bare pip in intro.md
Browse files Browse the repository at this point in the history
  • Loading branch information
burnash authored Sep 13, 2023
1 parent 3d53ee1 commit c056136
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 @@ -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:

Expand Down

0 comments on commit c056136

Please sign in to comment.