Skip to content

Commit cc260f1

Browse files
chore: update SDK settings
1 parent 937b5cb commit cc260f1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 8
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/supermemory--inc%2Fsupermemory-f7a84a68f7d3173627cb589cec436ed7e89c98b2c3e66bbf42549da7346f3560.yml
33
openapi_spec_hash: 40877051c2167db483e240b4226d840f
4-
config_hash: adc5bb8734c0ca247ba0ad52e2a966fc
4+
config_hash: eb32087403f958eead829e810f5a71b8

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,10 @@ The REST API documentation can be found on [docs.supermemory.com](https://docs.s
1515
## Installation
1616

1717
```sh
18-
# install from the production repo
19-
pip install git+ssh://git@github.com/supermemoryai/python-sdk.git
18+
# install from PyPI
19+
pip install --pre supermemory
2020
```
2121

22-
> [!NOTE]
23-
> Once this package is [published to PyPI](https://app.stainless.com/docs/guides/publish), this will become: `pip install --pre supermemory`
24-
2522
## Usage
2623

2724
The full API of this library can be found in [api.md](api.md).

0 commit comments

Comments
 (0)