Skip to content

Commit 84c1246

Browse files
Remove git dependency and add ins to install from source
1 parent 6535641 commit 84c1246

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

browsergym/webarena_verified/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Follow the official [webarena README](https://github.com/web-arena-x/webarena/bl
1010

1111
#### 1. Install webarena-verified
1212

13-
```bash
14-
make install
15-
```
16-
Alternatively, you can also run:
17-
```bash
18-
pip install -e ./browsergym/webarena_verified
19-
```
13+
**IMPORTANT!** webarena-verified is still in active development. You need to install the webarena-verified package from source.
14+
15+
> `pip install git+https://github.com/ServiceNow/webarena-verified`
16+
17+
then install
18+
19+
`pip install browsergym-webarena-verified`
2020

2121
#### 2. Setup WebArena environment URLs
2222

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
browsergym-core==0.14.3.dev2
2-
webarena-verified @ git+https://github.com/ServiceNow/webarena-verified

0 commit comments

Comments
 (0)