> For the complete documentation index, see [llms.txt](https://ds-organization-11.gitbook.io/maccaw/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ds-organization-11.gitbook.io/maccaw/product-guides/installation.md).

# Installation

Certainly! Here’s a draft for the "Installation" and "Getting Started" sections for your Git documentation:

***

### Installation

To get started with the `maccaw` package, you'll first need to install it. You can install `maccaw` via pip from the Python Package Index (PyPI). Here’s how:

#### Using pip

```bash
pip install maccaw
```

#### Dependencies

`maccaw` depends on the following libraries:

* `openai` for OpenAI model integration.
* `anthropic` for Claude model integration.
* `mistralai` for MistralAI model integration.
* `pydantic` for data validation and settings management.
