Skip to content

Commit 885e508

Browse files
authored
Adjust README (#309)
1 parent d2b7b72 commit 885e508

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

README.md

+2-17
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ This repository is for development only (so not for enduser support). For enabli
88

99
NOTE: Both Matter and this implementation are in early (v1) state and features are probably missing or could be improved. See our [development notes](#development) how you can help out, with development and/or testing.
1010

11-
## Trying it out
11+
## Running the development server
1212

13-
`For enabling Matter support within Home Assistant, please refer to the Home Assistant documentation. These instructions are for development/advanced scenarios only!`
13+
**For enabling Matter support within Home Assistant, please refer to the Home Assistant documentation. These instructions are for development/advanced scenarios only!**
1414

1515
To install the server (including client): `pip install python-matter-server[server]`
1616
To only install the client part: `pip install python-matter-server`
@@ -193,21 +193,6 @@ Please note that development is only possible on Linux and MacOS, no Windows sup
193193
- Create a Python virtual environment.
194194
- Install the correct SDK wheels for both the cluster and core package, see instructions above if there is no wheel for your setup prebuilt.
195195

196-
## Dockerfile
197-
198-
### Build
199-
200-
```sh
201-
docker compose build --no-cache
202-
```
203-
204-
### Run
205-
206-
```sh
207-
docker compose up -d
208-
docker compose logs -f
209-
```
210-
211196
### Note when using Thread based Matter devices
212197

213198
When communicating with Thread devices through a non-local Thread border router,

0 commit comments

Comments
 (0)