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