[Local Agent] Update README.
Change-Id: I05721da0cf6c12e0b24ee5579a488c991b3e1b27
diff --git a/README.md b/README.md
index 5a09ec5..168e82d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
1. Clone the repo (at a desired place):
```
- $ git clone https://testsuite-smarthome-matter.googlesource.com/{repo-base}
+ $ git clone https://testsuite-smarthome-matter.googlesource.com/local-agent
```
2. Create a dedicated virtual environment for developing local agent if you don't have one:
@@ -44,10 +44,6 @@
$ pip install .
```
-5. Install Pigweed python packages in your virtual environment:
-Important: one of [Gazoo Device Manager](https://github.com/google/gazoo-device)'s dependencies, [Pigweed](https://pigweed.dev/), is not available on PyPI yet. You will have to manually download and install Pigweed wheels in your virtual environment. You can use the [snippet scripts on Github](https://github.com/google/gazoo-device#install) for downloading and installation.
-
-
> For development, we might want to use `pip install -e .` for the last step.
> (See documentation of the "-e" option [here](https://pip.pypa.io/en/stable/cli/pip_install/#cmdoption-e))
@@ -56,8 +52,8 @@
You should be running the Smart Home testsuite from the frontend web app to link and use the local agent.
-2. On the web app's Test Plan page, you should see a ```Local Agent Setup``` button. Click on it, and if you haven’t linked your local agent before, you should see a linking code. Copy the linking code.
+1. On the web app's Test Plan page, you should see a ```Local Agent Setup``` button. Click on it, and if you haven’t linked your local agent before, you should see a linking code. Copy the linking code.
-3. On your host machine, activate the virtual environment where you installed the local agent, and start the local agent by simply running ```$ local-agent```.
+2. On your host machine, activate the virtual environment where you installed the local agent, and start the local agent by simply running ```$ local-agent```.
-4. Once you’ve started your local agent, you should see a prompt that asks you for the linking code. Paste the linking code you copied from the web app. The local agent should start the linking process, and it will also start the device detection process, which should detect your DUTs that are connected to your host machine.
+3. Once you’ve started your local agent, you should see a prompt that asks you for the linking code. Paste the linking code you copied from the web app. The local agent should start the linking process, and it will also start the device detection process, which should detect your DUTs that are connected to your host machine.