Skip to content

Commit 68907ba

Browse files
Merge pull request #2 from 1Password/readme-update
Updating pip install instructions in readme
2 parents 8b91a1a + 67ac907 commit 68907ba

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ The 1Password Connect SDK provides access to the 1Password via 1Password Connect
77
- 1Password Connect deployed in your infrastructure.
88
## Installation
99

10-
`pip install https://github.com/1Password/connect-sdk-python/archive/v{version}.zip`
10+
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+
```bash
17+
$ pip install git+ssh://git@github.com/1Password/connect-sdk-python.git@v{version}
18+
```
1119

1220
## Usage
1321

0 commit comments

Comments
 (0)