We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ci_credentials
pipx
1 parent 614e15f commit 66c7fefCopy full SHA for 66c7fef
airbyte-ci/connectors/ci_credentials/README.md
@@ -34,6 +34,12 @@ Once pyenv and pipx is installed then run the following (assuming you're in Airb
34
pipx install --editable --force --python=python3.10 airbyte-ci/connectors/ci_credentials/
35
```
36
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
43
This command installs `ci_credentials` and makes it globally available in your terminal.
44
45
> [!Note]
0 commit comments