Update playwright/README.md

This commit is contained in:
2024-09-24 07:57:45 -04:00
parent 186580bc4b
commit d3404418d1

View File

@@ -1,4 +1,8 @@
```python
"""
pip install playwright bs4
playwright install --with-deps
"""
# %%
from playwright.async_api import async_playwright
from bs4 import BeautifulSoup