---
title: Installation & setup
weight: 4
---

This package can be installed through Composer.

```bash
composer require spatie/browsershot
```

This packages requires puppeteer to be installed. You can find installation instructions on [the requirements page](/docs/browsershot/v1/requirements).

### Using Browsershot on AWS Lambda

You can use [sidecar-browsershot](https://github.com/stefanzweifel/sidecar-browsershot) to easily run Browsershot on Lambda.
