# 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 %}
