Update CONTRIBUTING.md

This commit is contained in:
Yuhong Sun
2024-01-01 18:07:50 -08:00
committed by GitHub
parent e759718c3e
commit 615bb7b095

View File

@ -90,10 +90,10 @@ npm i
Install Playwright (required by the Web Connector)
> Note: If you have just done the pip install, open a new terminal and source the python venv again
this will update the path to include playwright
> Note: If you have just done the pip install, open a new terminal and source the python virtual-env again.
This will update the path to include playwright
Then install playwright by running:
Then install Playwright by running:
```bash
playwright install
```