browserhtmlsession

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 08:40:44 -05:00
parent 9fe8c24344
commit a456719f6b
+4 -6
View File
@@ -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 <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: