Quick Installation Guide

To install the SDK please follow the steps detailed below:

  1. Create a new repository or folder
  2. Navigate to the new folder
  • For Mac OS: you can use the terminal or Anaconda prompt
  • For Windows: you can use command prompt or Anaconda prompt
  1. .Make sure to build your project in a virtual environment, we recommend using pipenv or conda.

Important! Always be sure to activate the environment before using the Python SDK.


StepConda CommandPipenv Command
1. Activate the environment using the following command:conda activate idun_envpipenv shell
2. After the environment is activated, install the Python SDK:pip install idun-guardian-clientpipenv install idun-guardian-client
3. Make sure that the dependencies are correctly installed in the virtual environment by running the following command:pip listpip list
StepConda CommandPipenv Command
1. Activate the environment using the following command:conda activate idun_envpipenv shell
2. After the environment is activated, install the Python SDK:pip install idun-guardian-clientpipenv install idun-guardian-client
3. Make sure that the dependencies are correctly installed in the virtual environment by running the following command:pip listpip list

After Step 3. has been completed, in the list produced by the terminal output there should be entry saying: idun-guardian-client.