We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ead85fc commit 8293c7fCopy full SHA for 8293c7f
README.md
@@ -84,6 +84,12 @@ To install, use `pip`:
84
pip install --upgrade ibm-platform-services
85
```
86
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
+
93
## Using the SDK
94
For general SDK usage information, please see [this link](https://github.com/IBM/ibm-cloud-sdk-common/blob/main/README.md)
95
0 commit comments