# Integrate the SDK (/en/realtime-media/rtc-server-sdk/quickstart/python)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

This article shows how to integrate the Server Gateway Python SDK and run the sample project.

    ## Set up the development environment [#set-up-the-development-environment-2]

    Make sure your server meets the following requirements.

    ### Hardware environment [#hardware-environment-2]

    **Operating system**

    * Ubuntu 18.04 or higher
    * CentOS: 7.0 or higher

    **CPU architecture**

    * x86-64

    If you need to run the SDK on other architectures, [submit a ticket](https://agora-ticket.agora.io/) to contact technical support.

    **Performance**

    * CPU：8 cores, 1.8 GHz or higher.
    * 2 GB of RAM or higher. 4 GB or higher is recommended.

    **Network**

    * The server is connected to the internet and has an internet IP.
    * The server can access `*.agora.io` and `*.agoralab.co`.

    ### Software environment [#software-environment-2]

    * An IDE that supports Python, such as PyCharm or Visual Studio Code.
    * Python 3.10 or above

    ## Get an Agora app ID and a Video SDK temporary token [#get-an-agora-app-id-and-a-video-sdk-temporary-token-2]

    See [Get Started with Agora](build/manage-agora-account.md) to learn how to get an **Agora app ID** and a **Video SDK temporary token**.

    ## Download and install the SDK [#download-and-install-the-sdk]

    Run the following command to get the latest SDK.

    ```bash
    pip install agora_python_server_sdk
    ```

    
  
      
  
