Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@ This Provider is designed to allow the use of OpenFeature with Split, the platfo
This SDK is compatible with Python 3.9 and higher.

## Getting started

This package replaces the previous `split-openfeature-provider` Python provider in [Pypi](https://pypi.org/project/split-openfeature-provider/).

### Pip Installation
```python
pip install split-openfeature-provider==1.0.0
pip install split-openfeature-provider-python==1.0.0
Comment thread
chillaq marked this conversation as resolved.
Outdated
```
### Configure it
Below is a simple example that describes using the Split Provider. Please see the [OpenFeature Documentation](https://docs.openfeature.dev/docs/reference/concepts/evaluation-api) for details on how to use the OpenFeature SDK.
Expand Down