Skip to content

Commit 66c7fef

Browse files
Docs (ci_credentials): Add remote install instructions via pipx (#35809)
Co-authored-by: Natik Gadzhi <[email protected]>
1 parent 614e15f commit 66c7fef

File tree

1 file changed

+6
-0
lines changed
  • airbyte-ci/connectors/ci_credentials

1 file changed

+6
-0
lines changed

airbyte-ci/connectors/ci_credentials/README.md

+6
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,12 @@ Once pyenv and pipx is installed then run the following (assuming you're in Airb
3434
pipx install --editable --force --python=python3.10 airbyte-ci/connectors/ci_credentials/
3535
```
3636

37+
Or install with a link to the default branch of the repo:
38+
39+
```bash
40+
pipx install git+https://github.com/airbytehq/airbyte.git#subdirectory=airbyte-ci/connectors/ci_credentials
41+
```
42+
3743
This command installs `ci_credentials` and makes it globally available in your terminal.
3844

3945
> [!Note]

0 commit comments

Comments
 (0)