Skip to content

Commit

Permalink
pip install -e '.[test,playwright]'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jan 13, 2024
1 parent 5143809 commit 2ddf4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datasette/playwright-tests-datasette-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ playwright = ["pytest-playwright"]
```
With either of these patterns in place, the new dependencies can be installed like this:
```bash
pip install -e .[test,playwright]
pip install -e '.[test,playwright]'
```

## Running a localhost server for the tests
Expand Down

0 comments on commit 2ddf4f1

Please sign in to comment.