ArmorIQ LogoArmorIQ 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
  • Node.js 18 or higher
  • npm 8.0 or higher
  • HTTPS-capable network connection

Install from Package Manager

pip install armoriq-sdk
npm install @armoriq/sdk

Verify Installation

import armoriq_sdk
print(armoriq_sdk.__version__) # Should print: 1.0.0
import { VERSION } from '@armoriq/sdk';
console.log(VERSION); // Should print: 0.2.6

On this page