> ## Documentation Index
> Fetch the complete documentation index at: https://jetify-dependabot-npm-and-yarn-npm-and-yarn-387f502f5a.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# testpilot install

> Download and install dependencies

```bash theme={null}
testpilot install [flags]
```

## Description[​](#description "Direct link to Description")

Download and install the dependencies required to run Testpilot tests. This command does nothing if
Testpilot is already installed unless --force is true.

You usually don't need to run this command explicitly. Testpilot automatically installs dependencies
on-demand when running tests. Use this command to pre-install dependencies when building container
images.

## Examples[​](#examples "Direct link to Examples")

```bash theme={null}
# Install dependencies
testpilot install

# Force reinstall dependencies
testpilot install --force
```

## Options[​](#options "Direct link to Options")

| Option        | Description                                       |
| ------------- | ------------------------------------------------- |
| `-f, --force` | Reinstall and overwrite any existing installation |
| `-h, --help`  | help for install                                  |

## SEE ALSO[​](#see-also "Direct link to SEE ALSO")

* [testpilot](/docs/testpilot/reference/cli/testpilot) - Testpilot CLI
