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

# sqrl deps

> Load external packages defined in squirrels.yml

The `deps` command downloads and loads all packages specified in `squirrels.yml` (typically from git).

## Usage

```bash wrap theme={null}
sqrl deps
```

## Options

This command has no command-specific options. It supports the [global options](/references/cli/index#global-options).

## Examples

Load packages:

```bash theme={null}
sqrl deps
```
