Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Installation

Lenny edited this page Feb 4, 2021 · 2 revisions
  • Install the Python module:

    • With PIP:
      • Stable: python -m pip install discordsdk
      • Latest/Development: python -m pip install git+https://github.com/LennyPhoenix/py-discord-sdk.git
    • With setup.py (latest):
      • git clone https://github.com/LennyPhoenix/py-discord-sdk.git
      • cd py-discord-sdk
      • python -m setup install
  • Download Discord Game SDK (2.5.6).

  • Grab the shared libaries from discord_game_sdk.zip's lib directory and place them in your project's own lib directory:

    Shared libraries in the lib directory

  • The library is ready to use, just import discordsdk to get started!

    Head over to the examples/ directory for some example code.

Clone this wiki locally