Download the Python SDK
To download the Python SDK in the sample web application:
-
Log in to Oracle Identity Cloud Service console.
-
In the console, expand the Navigation Drawer, click Settings, and then click Downloads. The list of files to download appears.
-
Click Download to download the Identity Cloud Service SDK for Python SDK file.
-
Save the
Python_SDK.zipfile.Note:
The name of thePython_SDK.zipfile may vary. -
Open the SDK zip file and extract the
IdcsClient.pyandConstants.pyfiles from thePython_SDK.zipfile into the sample application'sc:\temp\python\sampleapp\folder. - Extract both
README.txtandrequirements.txtfiles to a temporary folder and run the following command line to install the required third-party libraries.pip install -r requirements.txtIf you're behind a proxy, then set up pip's proxy before running the command line.