Skip to content

Commit 01ecce5

Browse files
Merge pull request #67 from ServiceNow/duplicate-getting-started
Update README.md
2 parents 0005ab8 + 74f10ce commit 01ecce5

File tree

1 file changed

+0
-35
lines changed

1 file changed

+0
-35
lines changed

README.md

Lines changed: 0 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -123,41 +123,6 @@ https://github.com/ServiceNow/WorkArena/assets/1726818/ca26dfaf-2358-4418-855f-8
123123

124124
https://github.com/ServiceNow/WorkArena/assets/1726818/0023232c-081f-4be4-99bd-f60c766e6c3f
125125

126-
## Getting Started
127-
128-
To setup WorkArena, you will need to get your own ServiceNow instance, install our Python package, and upload some data to your instance. Follow the steps below to achieve this.
129-
130-
### a) Create a ServiceNow Developer Instance
131-
132-
1. Go to https://developer.servicenow.com/ and create an account.
133-
2. Click on `Request an instance` and select the `Washington` release (initializing the instance will take a few minutes)
134-
3. Once the instance is ready, you should see your instance URL and credentials. If not, click _Return to the Developer Portal_, then navigate to _Manage instance password_ and click _Reset instance password_.
135-
4. You should now see your URL and credentials. Based on this information, set the following environment variables:
136-
* `SNOW_INSTANCE_URL`: The URL of your ServiceNow developer instance
137-
* `SNOW_INSTANCE_UNAME`: The username, should be "admin"
138-
* `SNOW_INSTANCE_PWD`: The password, make sure you place the value in single quotes '' and be mindful of [escaping special shell characters](https://onlinelinuxtools.com/escape-shell-characters). Running `echo $SNOW_INSTANCE_PWD` should print the correct password.
139-
6. Log into your instance via a browser using the admin credentials. Close any popup that appears on the main screen (e.g., agreeing to analytics).
140-
141-
**Warning:** Feel free to look around the platform, but please make sure you revert any changes (e.g., changes to list views, pinning some menus, etc.) as these changes will be persistent and affect the benchmarking process.
142-
143-
### b) Install WorkArena and Initialize your Instance
144-
145-
Run the following command to install WorkArena in the [BrowswerGym](https://github.com/servicenow/browsergym) environment:
146-
```
147-
pip install browsergym-workarena
148-
```
149-
150-
Then, install [Playwright](https://github.com/microsoft/playwright):
151-
```
152-
playwright install
153-
```
154-
155-
Finally, run this command in a terminal to upload the benchmark data to your ServiceNow instance:
156-
```
157-
workarena-install
158-
```
159-
Your installation is now complete! 🎉
160-
161126
## Live Demo
162127

163128
Run this code to see WorkArena in action.

0 commit comments

Comments
 (0)