> For the complete documentation index, see [llms.txt](https://platformdocs.lattica.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://platformdocs.lattica.ai/how-to-guides/client-installation/how-to-install-management-client.md).

# How-To: Install Management Client

### Description:

This package should be used by an admin of your organization.

It provides the code for managing the compute machines (the machines that runs your models),

And the code for managing models and tokens.

{% tabs %}
{% tab title="🧊 Python SDK" %}
Install the management client package:

```python
pip install lattica-management
```

{% endtab %}
{% endtabs %}
