Skip to content

Downloading_the_KountRISPythonSDK

yordanka.spahieva edited this page Jun 22, 2017 · 3 revisions

We provide a couple of ways to obtain the Python SDK: either pip, ordownload the package from github.

Pip

pip install kount_ris_sdk

Download the SDK from GitHub

Kount allows developers to download the SDK library from the Python SDK github repository. Please follow the next steps if you need help with this process:

  • Clone the SDK repository to your machine
  • use your preferred Git client
  • console:
    • git clone https://github.com/Kount/kount-ris-python-sdk.git
    • git clone git@github.com:Kount/kount-ris-python-sdk.git
  • Use your favorite python IDE or - Komodo IDE/Edit - Scite - Visual Studio

Clone this wiki locally