Update README.md

This commit is contained in:
Tianbao Xie
2024-03-19 19:49:02 +08:00
committed by GitHub
parent ace5842505
commit 080035f210

View File

@@ -23,8 +23,10 @@ Please refer to [guidance](https://docs.google.com/document/d/1KBdeZwmZs2Vi_Wsnn
2. Install the environment package, download the examples and the virtual machine image. 2. Install the environment package, download the examples and the virtual machine image.
For x86_64 Linux or Windows, you can install the environment package and download the examples and the virtual machine image by running the following commands: For x86_64 Linux or Windows, you can install the environment package and download the examples and the virtual machine image by running the following commands:
```bash ```bash
pip install desktop-env git clone https://github.com/xlang-ai/DesktopEnv
gdown xxxx cd DesktopEnv
pip install -r requirements.txt
gdown --id 1HX5gcf7UeyR-2UmiA15Q9U-Wr6E6Gio8 --file
vmrun -T ws start "Ubuntu/Ubuntu.vmx" nogui vmrun -T ws start "Ubuntu/Ubuntu.vmx" nogui
vmrun -T ws snapshot "Ubuntu/Ubuntu.vmx" "init_state" vmrun -T ws snapshot "Ubuntu/Ubuntu.vmx" "init_state"
``` ```