Skip to content

Commit

Permalink
feat: add playwright installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
cboin1996 committed Apr 16, 2024
1 parent db73f70 commit 92a7b02
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,12 @@ Installation
✨🍰✨
Only **Python 3.6 and above** is supported.

Ensure you have playwright installed:
(the below command works because playwright
is installed via pip during the Installation
of requests-htmlc)

.. code-block:: shell
$ playwright install

0 comments on commit 92a7b02

Please sign in to comment.