From 080035f2100a3442390bfd1ed7b2a1a26f19db6c Mon Sep 17 00:00:00 2001 From: Tianbao Xie <47296835+Timothyxxx@users.noreply.github.com> Date: Tue, 19 Mar 2024 19:49:02 +0800 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6262044..948c13b 100644 --- a/README.md +++ b/README.md @@ -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. 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 -pip install desktop-env -gdown xxxx +git clone https://github.com/xlang-ai/DesktopEnv +cd DesktopEnv +pip install -r requirements.txt +gdown --id 1HX5gcf7UeyR-2UmiA15Q9U-Wr6E6Gio8 --file vmrun -T ws start "Ubuntu/Ubuntu.vmx" nogui vmrun -T ws snapshot "Ubuntu/Ubuntu.vmx" "init_state" ``` @@ -89,4 +91,4 @@ If you find this environment useful, please consider citing our work: journal={arXiv preprint arXiv:xxxx.xxxx}, year={2024} } -``` \ No newline at end of file +```