Skip to content

Commit

Permalink
Document the command to install browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
elacuesta committed Aug 24, 2022
1 parent 60cb8cc commit 6bc8e82
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,24 @@ to integrate `asyncio`-based projects such as `Playwright`.

## Installation

`scrapy-playwright` is available on PyPI and can be installed with `pip`:

```
pip install scrapy-playwright
```

`playwright` is defined as a dependency so it gets installed automatically,
however it might be necessary to install the specific browser(s) that will be
used:

```
playwright install
```

It's also possible to install only a subset of the available browsers:

```
$ pip install scrapy-playwright
playwright install firefox chromium
```

## Changelog
Expand Down

0 comments on commit 6bc8e82

Please sign in to comment.