Skip to content

Commit

Permalink
Merge pull request #20 from ollmer/patch-1
Browse files Browse the repository at this point in the history
Install playwright first as it required for workarena-install
  • Loading branch information
aldro61 authored Jul 17, 2024
2 parents a6863e8 + 0775741 commit b119082
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,15 @@ Run the following command to install WorkArena in the [BrowswerGym](https://gith
pip install browsergym-workarena
```

Then, run this command in a terminal to upload the benchmark data to your ServiceNow instance:
Then, install [Playwright](https://github.com/microsoft/playwright):
```
workarena-install
playwright install
```

Finally, install [Playwright](https://github.com/microsoft/playwright):
Finally, run this command in a terminal to upload the benchmark data to your ServiceNow instance:
```
playwright install
workarena-install
```

Your installation is now complete! 🎉


Expand Down

0 comments on commit b119082

Please sign in to comment.