Skip to content

Commit

Permalink
Docs (ci_credentials): Add remote install instructions via pipx (#…
Browse files Browse the repository at this point in the history
…35809)

Co-authored-by: Natik Gadzhi <natik@respawn.io>
  • Loading branch information
aaronsteers and natikgadzhi committed Apr 20, 2024
1 parent 614e15f commit 66c7fef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions airbyte-ci/connectors/ci_credentials/README.md
Expand Up @@ -34,6 +34,12 @@ Once pyenv and pipx is installed then run the following (assuming you're in Airb
pipx install --editable --force --python=python3.10 airbyte-ci/connectors/ci_credentials/
```

Or install with a link to the default branch of the repo:

```bash
pipx install git+https://github.com/airbytehq/airbyte.git#subdirectory=airbyte-ci/connectors/ci_credentials
```

This command installs `ci_credentials` and makes it globally available in your terminal.

> [!Note]
Expand Down

0 comments on commit 66c7fef

Please sign in to comment.