From 92a7b022d5bc9c6e3628533d71243bedc4bf78e5 Mon Sep 17 00:00:00 2001 From: Christian Boin Date: Tue, 16 Apr 2024 13:57:53 -0400 Subject: [PATCH] feat: add playwright installation instruction --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index 38d17e8..8abc677 100644 --- a/README.rst +++ b/README.rst @@ -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