You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-92Lines changed: 2 additions & 92 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,98 +15,9 @@ This SDK is designed primarily for use in multi-user systems such as web servers
15
15
Reading the short [Basic Terms](https://github.com/FeatureProbe/FeatureProbe/blob/main/BASIC_TERMS.md) will help to understand the code blow more easily. [中文](https://github.com/FeatureProbe/FeatureProbe/blob/main/BASIC_TERMS_CN.md)
16
16
17
17
18
-
## Try Out Demo Code
19
-
20
-
We provide a runnable demo code for you to understand how FeatureProbe SDK is used.
21
-
22
-
1. Start FeatureProbe Service with docker composer. [How to](https://github.com/FeatureProbe/FeatureProbe#1-starting-featureprobe-service-with-docker-compose)
We have unified integration tests for all our SDKs. Integration test cases are added as submodules for each SDK repo. So be sure to pull submodules first to get the latest integration tests before running tests.
103
-
104
-
```shell
105
-
git pull --recurse-submodules
106
-
pip3 install -r requirements-dev.txt
107
-
pytest featureprobe
108
-
```
18
+
## How to User This SDK
109
19
20
+
See [SDK Doc](https://docs.featureprobe.io/sdk/Server-Side%20SDKs/python-sdk) for detail. [中文](https://docs.featureprobe.io/zh-CN/sdk/Server-Side%20SDKs/python-sdk)
110
21
111
22
## Contributing
112
23
@@ -117,7 +28,6 @@ community for contributing bugfixes and improvements.
0 commit comments