mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-09-19 12:03:54 +02:00
Update CONTRIBUTING.md
This commit is contained in:
@@ -88,7 +88,11 @@ Once the above is done, navigate to `danswer/web` run:
|
|||||||
npm i
|
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
|
```bash
|
||||||
playwright install
|
playwright install
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user