From d3404418d17e860fd12b76317dff14b50077a008 Mon Sep 17 00:00:00 2001 From: jay817 Date: Tue, 24 Sep 2024 07:57:45 -0400 Subject: [PATCH] Update playwright/README.md --- playwright/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playwright/README.md b/playwright/README.md index e58b3b8..bebe9b1 100644 --- a/playwright/README.md +++ b/playwright/README.md @@ -1,4 +1,8 @@ ```python +""" +pip install playwright bs4 +playwright install --with-deps +""" # %% from playwright.async_api import async_playwright from bs4 import BeautifulSoup