Skip to content

Commit 439268f

Browse files
doc: added prerequisite into readme (#6)
1 parent df99d4a commit 439268f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ install the sdk in using pip, this version of the SDK is compatible with Python
2424
pip install fb-python-sdk
2525
```
2626

27+
### Prerequisite
28+
29+
Before using the SDK, you need to obtain the environment secret and SDK URLs.
30+
31+
Follow the documentation below to retrieve these values
32+
33+
- [How to get the environment secret](https://docs.featbit.co/docs/sdk/faq#how-to-get-the-environment-secret)
34+
- [How to get the SDK URLs](https://docs.featbit.co/docs/sdk/faq#how-to-get-the-sdk-urls)
35+
2736
### Quick Start
2837

2938
> Note that the _**env_secret**_, _**streaming_url**_ and _**event_url**_ are required to initialize the SDK.

0 commit comments

Comments
 (0)