diff --git a/README.md b/README.md index a3e5f368..1fb377dc 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Designing new web benchmarks with BrowserGym is easy, and simply requires to inh To install browsergym, you can install one of the following packages. ```sh pip install browsergym # (recommended) everything below +pip install browsergym-experiment # experiment utilities (agent, loop, benchmarks) + everything below pip install browsergym-core # core functionalities only (no benchmark, just the openended task) pip install browsergym-miniwob # core + miniwob pip install browsergym-webarena # core + webarena