From 4687e091b9f7109237ecaace1233310393ada573 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 12:10:13 -0500 Subject: [PATCH] notes Signed-off-by: Kenneth Reitz --- README.rst | 3 +++ docs/source/index.rst | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.rst b/README.rst index f59be51..0e86162 100644 --- a/README.rst +++ b/README.rst @@ -137,6 +137,9 @@ Let's grab some text that's rendered by JavaScript: >>> r.html.search('Python 2 will retire in only {months} months!')['months'] '' +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. Using without Requests ====================== diff --git a/docs/source/index.rst b/docs/source/index.rst index 883e538..0d6969e 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -158,6 +158,9 @@ Let's grab some text that's rendered by JavaScript: >>> r.html.search('Python 2 will retire in only {months} months!')['months'] '' +Note, the first time you ever run the ``render()`` method, it will download +Chromium into your home directory (e.g. ``~/.pyppeteer/``). + Using without Requests ======================