From 40ff52c9730e95ea32594bb60b91d15f80187ee5 Mon Sep 17 00:00:00 2001 From: unytics Date: Mon, 22 Jul 2024 19:06:00 +0000 Subject: [PATCH] README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c749a77..1cf7c5f 100644 --- a/README.md +++ b/README.md @@ -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"