Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewKorzh authored Jul 27, 2024
1 parent 6a9ee75 commit c0dac3f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@ DOWNLOADER_MIDDLEWARES = {
}

PUPPETEER_SERVICE_URL = 'http://localhost:3000'
```

#To run locally, you need to enable the setting.
PUPPETEER_LOCAL = True
```
For local execution, it is also necessary to install Chromium for Pyppeteer.

## Basic usage

Expand Down

0 comments on commit c0dac3f

Please sign in to comment.