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

# install

> Install the dependencies for your model

The `openlayer install` command runs the command specified in the `installCommand`
field of your [openlayer.json](/development/openlayer-json#installcommand).

## Usage

```bash theme={null}
openlayer install
```

The `installCommand` field in the [openlayer.json](/development/openlayer-json#installcommand) specifies the command that
gets executed before running your model, and installs its the dependencies.

Therefore, the `openlayer install` is a streamlined command to set up the environment prior
to running the model with `openlayer batch`.
