Merge branch 'master' of github.com:kennethreitz/requests-html

This commit is contained in:
2018-02-26 17:53:52 -05:00
+1 -1
View File
@@ -128,7 +128,7 @@ Let's grab some text that's rendered by JavaScript:
.. code-block:: shell
$ pipenv install requests-http[browser]
$ pipenv install requests-html[browser]
.. code-block:: pycon