Merge pull request #176 from wasabigeek/patch-1

Docs: Add note to install Linux packages
This commit is contained in:
2018-09-18 02:47:34 -04:00
committed by GitHub
+1 -1
View File
@@ -181,7 +181,7 @@ Let's grab some text that's rendered by JavaScript:
Note, the first time you ever run the ``render()`` method, it will download
Chromium into your home directory (e.g. ``~/.pyppeteer/``). This only happens
once.
once. You may also need to install a few `Linux packages <https://github.com/miyakogi/pyppeteer/issues/60>`_ to get pyppeteer working.
Pagination
==========