Skip to content

Commit fede642

Browse files
authored
Add section on private preview SDKs in readme (#1554)
1 parent 51b325b commit fede642

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,10 +248,10 @@ be aware that the data you see at runtime may not match the types.
248248

249249
### Public Preview SDKs
250250

251-
Stripe has features in the [public preview phase](https://docs.stripe.com/release-phases) that can be accessed via versions of this package that have the `-bX` suffix like `12.2.0b2`.
251+
Stripe has features in the [public preview phase](https://docs.stripe.com/release-phases) that can be accessed via versions of this package that have the `bX` suffix like `12.2.0b2`.
252252
We would love for you to try these as we incrementally release new features and improve them based on your feedback.
253253

254-
To install, choose the version that includes support for the preview feature you are interested in by reviewing the [releases page](https://github.com/stripe/stripe-python/releases/) and then use it in the `pip install` command:
254+
To install, pick the latest version with the `bX` suffix by reviewing the [releases page](https://github.com/stripe/stripe-python/releases/) and then use it in the `pip install` command:
255255

256256
```
257257
pip install stripe==<replace-with-the-version-of-your-choice>
@@ -265,6 +265,9 @@ Some preview features require a name and version to be set in the `Stripe-Versio
265265
```python
266266
stripe.add_beta_version("feature_beta", "v3")
267267
```
268+
### Private Preview SDKs
269+
270+
Stripe has features in the [private preview phase](https://docs.stripe.com/release-phases) that can be accessed via versions of this package that have the `aX` suffix like `12.2.0a2`. These are invite-only features. Once invited, you can install the private preview SDKs by following the same instructions as for the [public preview SDKs](https://github.com/stripe/stripe-python?tab=readme-ov-file#public-preview-sdks) above and replacing the suffix `b` with `a` in package versions.
268271

269272
### Custom requests
270273

0 commit comments

Comments
 (0)