Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
unytics committed Jul 22, 2024
1 parent b4b4a48 commit 40ff52c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,11 @@ abs create my_first_connection --source="airbyte/source-faker:0.1.4" --destinati
> 6. Update this configuration file to suit your needs.

### Create your first Connection with an Airbyte Python Source from pypi (Docker NOT needed) 👨‍💻
### Create your first Connection with a Python Source from PyPI 👨‍💻

Actually, `source` can be a docker image or any command. Below, we use `pipx` tool to run [`airbyte-source-faker` python package available on pypi](https://pypi.org/project/airbyte-source-faker/).
Actually, `source` argument can be a docker image as above or any command.

Below, we use `pipx` tool to run [`airbyte-source-faker` python package available on pypi](https://pypi.org/project/airbyte-source-faker/).

``` sh
abs create my_first_connection --source="pipx run airbyte-source-faker==0.1.4"
Expand Down

0 comments on commit 40ff52c

Please sign in to comment.