Update CONTRIBUTING.md

This commit is contained in:
Yuhong Sun 2024-01-01 18:06:17 -08:00 committed by GitHub
parent ae9b556876
commit 06d8d0e53c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -88,7 +88,11 @@ Once the above is done, navigate to `danswer/web` run:
npm i
```
Install Playwright (required by the Web Connector), with the python venv active, run:
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
Then install playwright by running:
```bash
playwright install
```