Bunkerhill Health
  • Introduction
  • Software
    • APIs
      • Inference API
      • DICOM C-STORE API
    • SDKs
      • Client SDK
        • Client SDK: Installation
        • Client SDK: Usage
          • Inference
          • Study
Powered by GitBook
On this page
  1. Software
  2. SDKs
  3. Client SDK

Client SDK: Installation

Installation instructions for Client SDK

PreviousClient SDKNextClient SDK: Usage

Last updated 1 year ago

From source

To install from source, clone locally. Then follow the instructions for the desired client.

python -m pip install client_sdk/python
cd client_sdk/javascript
npm install
npm run build
bunkerhillhealth/bunkerhill-sdk