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-sdknpm install @armoriq/sdkVerify Installation
import armoriq_sdk
print(armoriq_sdk.__version__) # Should print: 1.0.0import { VERSION } from '@armoriq/sdk';
console.log(VERSION); // Should print: 0.2.6