readme and docs update

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 10:16:13 -05:00
parent fe9a7e71b3
commit 90f7c79445
2 changed files with 4 additions and 13 deletions
+1 -1
View File
@@ -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).
+3 -12
View File
@@ -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 <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