Download the Python SDK

To download the Python SDK in the sample web application:

  1. Log in to Oracle Identity Cloud Service console.

  2. In the console, expand the Navigation Drawer, click Settings, and then click Downloads. The list of files to download appears.

  3. Click Download to download the Identity Cloud Service SDK for Python SDK file.

  4. Save the Python_SDK.zip file.

    Note:

    The name of the Python_SDK.zip file may vary.
  5. Open the SDK zip file and extract the IdcsClient.py and Constants.py files from the Python_SDK.zip file into the sample application's c:\temp\python\sampleapp\ folder.

  6. Extract both README.txt and requirements.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.