From 90f7c79445da703903f3fb54f770f9b98cd3964a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 10:16:13 -0500 Subject: [PATCH] readme and docs update Signed-off-by: Kenneth Reitz --- README.rst | 2 +- docs/source/index.rst | 15 +++------------ 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/README.rst b/README.rst index 4f2faba..9d69cac 100644 --- a/README.rst +++ b/README.rst @@ -9,7 +9,7 @@ simple and intuitive as possible. When using this library you automatically get: -- Optional JavaScript support! +- Full JavaScript support! - CSS Selectors (a.k.a jQuery-style, thanks to PyQuery). - XPath Selectors, for the faint at heart. - Mocked user-agent (like a real web browser). diff --git a/docs/source/index.rst b/docs/source/index.rst index da48615..7432643 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -21,7 +21,7 @@ simple and intuitive as possible. When using this library you automatically get: -- Optional JavaScript support! +- Full JavaScript support! - CSS Selectors (a.k.a jQuery-style, thanks to PyQuery). - XPath Selectors, for the faint at heart. - Mocked user-agent (like a real web browser). @@ -40,14 +40,9 @@ Installation .. code-block:: shell $ pipenv install requests-html + ✨🍰✨ -Or, if you want access to :class:`BrowserHTMLSession `: - -.. code-block:: shell - - $ pipenv install requests-html[browser] - -Only later version of **Python 3** are supported. +Only later versions of **Python 3** are supported. Tutorial & Usage @@ -154,10 +149,6 @@ JavaScript Support Let's grab some text that's rendered by JavaScript: -.. code-block:: shell - - $ pipenv install requests-html[browser] - .. code-block:: pycon >>> from requests_html import BrowserHTMLSession