From ca6f11abec25d1d76746f7ac1d473fa82412d28b Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 26 Feb 2018 12:00:45 -0500 Subject: [PATCH] installation Signed-off-by: Kenneth Reitz --- README.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.rst b/README.rst index aa04acc..899f79f 100644 --- a/README.rst +++ b/README.rst @@ -186,4 +186,11 @@ Installation $ pipenv install requests-html ✨🍰✨ +Or, if you want access to ``BrowserSession``: + +.. code-block:: shell + + $ pipenv install requests-html[browser] + ✨🍰✨ + Only Python 3 is supported.