Grence

Installation

Diamond SDK is available as a TypeScript and Python package.

Diamond SDK installation process is under active development. Please check back soon for updates.

Installing

Install from registry

The recommended way to install the Diamond SDK is from a package registry.

TypeScript

npm install @mims-harvard/diamond

Python

uv add diamond-sdk

Uninstalling

If you need to remove the Diamond SDK from your system, you can do so by running the following:

TypeScript

npm uninstall @mims-harvard/diamond

Python

uv remove diamond-sdk

How is this guide?

On this page