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.zip
file.Note:
The name of thePython_SDK.zip
file may vary. -
Open the SDK zip file and extract the
IdcsClient.py
andConstants.py
files from thePython_SDK.zip
file into the sample application'sc:\temp\python\sampleapp\
folder. - Extract both
README.txt
andrequirements.txt
files to a temporary folder and run the following command line to install the required third-party libraries.pip install -r requirements.txt
If you're behind a proxy, then set up pip's proxy before running the command line.