Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 499 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 499 Bytes

Gerapy Pyppeteer Example

Run

There are two ways to run this example:

Run with Python

pip3 install -r requierments.txt
pyppeteer-install
python3 run.py

Run with Docker

docker run germey/gerapy-pyppeteer-example

If you want to build your own docker image, please remember to set:

GERAPY_PYPPETEER_HEADLESS = True
GERAPY_PYPPETEER_NO_SANDBOX = True (default is True)

In your settings.py file.

Otherwise, it won't works well.