diff --git a/README.rst b/README.rst index aa04acc..899f79f 100644 --- a/README.rst +++ b/README.rst @@ -186,4 +186,11 @@ Installation $ pipenv install requests-html ✨🍰✨ +Or, if you want access to ``BrowserSession``: + +.. code-block:: shell + + $ pipenv install requests-html[browser] + ✨🍰✨ + Only Python 3 is supported.