Skip to main content

Install SDKs

This page explains how to install and update Macrometa SDKs.

Install SDKs

You have several options when installing this SDK.

With NPM:

npm install jsc8

If you want to use the SDK outside of the current directory, you can also install it globally using the --global flag:

npm install --global jsc8

To install the SDK in a notebook:

!npm install jsc8 --save

From GitHub source:

git clone https://github.com/macrometacorp/jsc8.git
cd jsC8
npm install
npm run dist

Update SDKs

Run the following command in your terminal to update the SDK.

npm update jsC8