> ## Documentation Index
> Fetch the complete documentation index at: https://pearsdb.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Python

## Instalar el SDK de Python

<CodeGroup>
  ```bash theme={null}
  pip install mindsdb
  ```

  ```bash theme={null}
  pip install mindsdb-sqlalchemy
  ```
</CodeGroup>

## Conectar a PearsDB

```python theme={null}
from mindsdb.sqlalchemy import MindsDB

mindsdb = MindsDB()
```

## Ejecutar Localmente

Ejecuta el siguiente comando en tu terminal.

```bash theme={null}
npx next dev
```
