Skip to content

Commit 737279e

Browse files
authored
Merge pull request #112 from 1Password/swap-to-http-install
Switch recommended installation method to leveraging git via HTTP
2 parents d9e45c9 + cfd31ce commit 737279e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To use the 1Password Python SDK in your project:
4646
3. Install the 1Password Python SDK in your project:
4747

4848
```bash
49-
pip install git+ssh://[email protected]/1Password/[email protected]
49+
pip install git+https://[email protected]/1Password/[email protected]
5050
```
5151

5252
4. Use the Python SDK in your project:

0 commit comments

Comments
 (0)