We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b91a1a + 67ac907 commit 68907baCopy full SHA for 68907ba
README.md
@@ -7,7 +7,15 @@ The 1Password Connect SDK provides access to the 1Password via 1Password Connect
7
- 1Password Connect deployed in your infrastructure.
8
## Installation
9
10
-`pip install https://github.com/1Password/connect-sdk-python/archive/v{version}.zip`
+To install the 1Password Connect Python SDK use the following command:
11
+```bash
12
+$ pip install git+ssh://git@github.com/1Password/connect-sdk-python.git
13
+```
14
+
15
+To install a specific release of the 1Password Connect Python SDK use the following command:
16
17
+$ pip install git+ssh://git@github.com/1Password/connect-sdk-python.git@v{version}
18
19
20
## Usage
21
0 commit comments