Installation

Markdown

View as Markdown

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__)

Related Articles