ArmorIQ SDK

Installation

Learn how to install and set up the ArmorIQ SDK

Installation

Requirements

  • Python 3.8 or higher
  • pip 20.0 or higher
  • HTTPS-capable network connection

Install from PyPI

pip install armoriq-sdk

Install with Development Dependencies

pip install armoriq-sdk[dev]

Verify Installation

import armoriq_sdk
print(armoriq_sdk.__version__) # Should print: 1.0.0

On this page