Quick Installation Guide
To install the SDK please follow the steps detailed below:
- Create a new repository or folder
- 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
- .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.
Step | Conda Command | Pipenv Command |
---|---|---|
1. Activate the environment using the following command: | conda activate idun_env | pipenv shell |
2. After the environment is activated, install the Python SDK: | pip install idun-guardian-client | pipenv install idun-guardian-client |
3. Make sure that the dependencies are correctly installed in the virtual environment by running the following command: | pip list | pip list |
Step | Conda Command | Pipenv Command |
---|---|---|
1. Activate the environment using the following command: | conda activate idun_env | pipenv shell |
2. After the environment is activated, install the Python SDK: | pip install idun-guardian-client | pipenv install idun-guardian-client |
3. Make sure that the dependencies are correctly installed in the virtual environment by running the following command: | pip list | pip list |
After Step 3. has been completed, in the list produced by the terminal output there should be entry saying: idun-guardian-client
.