> For the complete documentation index, see [llms.txt](https://docs.bunkerhillhealth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bunkerhillhealth.com/software/sdks/client-sdk/client-sdk-installation.md).

# Client SDK: Installation

## From source

To install from source, clone [bunkerhillhealth/bunkerhill-sdk](https://github.com/bunkerhillhealth/bunkerhill-sdk/) locally. Then follow the instructions for the desired client.

{% tabs %}
{% tab title="🐍 Python" %}

```bash
python -m pip install client_sdk/python
```

{% endtab %}

{% tab title="🟦 TS/JS" %}

```bash
cd client_sdk/javascript
npm install
npm run build
```

{% endtab %}
{% endtabs %}
