Skip to content

Commit c6645ba

Browse files
committed
Update install command in readme
1 parent f0ed569 commit c6645ba

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To use the 1Password Python SDK in your project:
5151
2. Install the 1Password Python SDK in your project:
5252

5353
```bash
54-
pip install git+ssh://[email protected]/1Password/[email protected].5
54+
pip install git+ssh://[email protected]/1Password/[email protected].7
5555
```
5656

5757
3. Use the Python SDK in your project:
@@ -81,10 +81,8 @@ Make sure to use [secret reference URIs](https://developer.1password.com/docs/cl
8181

8282
Inside `Client.authenticate(...)`, set `integration_name` to the name of your application and `integration_version` to the version of your application.
8383

84-
8584
## 📖 Learn more
8685

8786
- [Load secrets with 1Password SDKs](https://developer.1password.com/docs/sdks/load-secrets)
8887
- [Manage items with 1Password SDKs](https://developer.1password.com/docs/sdks/manage-items)
8988
- [1Password SDK concepts](https://developer.1password.com/docs/sdks/concepts)
90-

0 commit comments

Comments
 (0)