Skip to content

Commit 8293c7f

Browse files
committed
docs: add python import example to README
Signed-off-by: Phil Adams <[email protected]>
1 parent ead85fc commit 8293c7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ To install, use `pip`:
8484
pip install --upgrade ibm-platform-services
8585
```
8686

87+
Then in your code, you can import the appropriate service like this:
88+
```
89+
from ibm_platform_services.<service-module-name> import *
90+
```
91+
where `<service-module-name>` is the service's module name from the table above
92+
8793
## Using the SDK
8894
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)
8995

0 commit comments

Comments
 (0)