Update playwright/README.md
This commit is contained in:
@@ -1,4 +1,8 @@
|
|||||||
```python
|
```python
|
||||||
|
"""
|
||||||
|
pip install playwright bs4
|
||||||
|
playwright install --with-deps
|
||||||
|
"""
|
||||||
# %%
|
# %%
|
||||||
from playwright.async_api import async_playwright
|
from playwright.async_api import async_playwright
|
||||||
from bs4 import BeautifulSoup
|
from bs4 import BeautifulSoup
|
||||||
|
|||||||
Reference in New Issue
Block a user