Skip to content

Commit 9e1f742

Browse files
committed
chore: update readme
1 parent 824c63f commit 9e1f742

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

airbyte_cdk/cli/README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,9 @@ This guide explains how to install and use the Source Declarative Manifest (SDM)
1010
pipx install airbyte-cdk
1111
```
1212

13-
### Alternative Installation (If encountering distutils errors)
14-
15-
If you encounter errors related to missing distutils module, try using this alternative approach:
13+
If you encounter an error related to a missing `distutils` module, very that you are running Python version `<=3.11` and try running:
1614

1715
```bash
18-
python -m pip install --user pipx
1916
python -m pipx install airbyte-cdk
2017
```
2118

@@ -58,8 +55,9 @@ Example:
5855
}
5956
```
6057

61-
2. Run the command with your config file
58+
2. Run the command against your config file
6259

6360
```bash
64-
source-declarative-manifest check --config /relative/path/to/your/config.json
61+
source-declarative-manifest check --config /relative/path/to/config.json
62+
source-declarative-manifest read --config /relative/path/to/config.json --catalog /relative/path/to/catalog.json
6563
```

0 commit comments

Comments
 (0)