# How-To: Install Query Client

### Description:

This package should be used by a user of your organization wanting to query your models.

{% tabs %}
{% tab title="🧊 Python SDK" %}

Install the query client package:

```python
pip install lattica-query
```

{% endtab %}

{% tab title="📦TypeScript SDK" %}
Install the package:

```bash
npm install @Lattica-ai/query
```

{% endtab %}
{% endtabs %}
