# Installation

INSTALLATION

Official SDKs are available for Node.js and Python.


NODE.JS

npm install @acme/sdk


PYTHON

pip install acme-sdk


VERIFY

Import the client and print the version:

import acme
print(acme.__version__)