From a456719f6b85bdc1e0e2f5634a9764ace3a673e0 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 08:40:44 -0500 Subject: [PATCH] browserhtmlsession Signed-off-by: Kenneth Reitz --- docs/source/index.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index acaa208..ea98351 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -40,20 +40,18 @@ Installation .. code-block:: shell $ pipenv install requests-html - ✨🍰✨ -Or, if you want access to ``BrowserSession``: +Or, if you want access to :class:`BrowserHTMLSession `: .. code-block:: shell $ pipenv install requests-html[browser] - ✨🍰✨ -Only Python 3 is supported. +Only later version of **Python 3** are supported. -Usage -===== +Tutorial & Usage +================ Make a GET request to 'python.org', using Requests: