From 1aecea07636857f2a97d0895d43d14fc4ce3ab47 Mon Sep 17 00:00:00 2001 From: Jing Hua Date: Sun, 29 Oct 2023 22:19:40 +0800 Subject: [PATCH] update readme --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49b6936..f31f363 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# DesktopEnv: A Learning Environment for Human-like Computer Task Mastery +# DesktopEnv: A Learning Environment for Human-like Computer Task Mastery ## Setup guide @@ -19,8 +19,15 @@ 3. `sudo ufw disable` (disable firewall - safe for local network, otherwise `sudo ufw allow ssh`) 4. `ip a` - find ip address 5. ssh username@ +5. Install screenshot tool + 1. `sudo apt install imagemagick-6.q16hdri` + 2. `DISPLAY=:0 import -window root screenshot.png` +6. Get screenshot + 1. `scp user@192.168.7.128:~/screenshot.png screenshot.png` + 2. `rm -rf ~/screenshot.png` ## Road map (Proposed) + - [ ] Explore VMWare, and whether it can be connected and control through mouse package - [ ] Explore Windows and MacOS, whether it can be installed - [ ] Build gym-like python interface for controlling the VM