Docs: Add note to install Linux packages

I ran into `pyppeteer.errors.BrowserError: Failed to connect to browser port:` and after a bit of snooping found that some Linux packages needed to be installed on my machine for pyppeteer to run. Suggest to add a note to save others time!
This commit is contained in:
Nicholas
2018-05-07 01:32:59 +08:00
committed by GitHub
parent c59480bf15
commit 81998d84c4
+1 -1
View File
@@ -169,7 +169,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
==========