Skip to content

Commit

Permalink
further edits to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed May 23, 2024
1 parent 785253f commit ff0ec56
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,14 @@ Features include

## Setup

You will need Python 3.9 installed, as well as [`poetry`](https://python-poetry.org/docs/) to install dependencies.
You will need Python 3.9 or higher installed, as well as pip.

```console
# 1. Checkout this repository locally
$ git clone [email protected]:dlt-hub/dlt-init-openapi.git
# 1. install this tool locally
$ pip install dlt-init-openapi

# 2. Install required poetry dependencies
$ poetry install

# 3. Start the poetry shell
$ poetry shell
# 2. Show the version of the installed package to verify it worked
$ dlt-init-openapi --version
```

## Basic Usage
Expand Down Expand Up @@ -69,6 +66,8 @@ $ dlt pipeline pokemon_pipeline info
# 7. You can now also install streamlit to see a preview of the data
$ pip install pandas streamlit
$ dlt pipeline pokemon_pipeline show

# 8. You can go to our docs at https://dlthub.com/docs to learn how modify the generated pipeline to load to many destinations, place schema contracts on your pipeline and many other things.
```

## What will be created?
Expand Down

0 comments on commit ff0ec56

Please sign in to comment.