You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-17
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@ This repository is for development only (so not for enduser support). For enabli
8
8
9
9
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.
10
10
11
-
## Trying it out
11
+
## Running the development server
12
12
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!**
14
14
15
15
To install the server (including client): `pip install python-matter-server[server]`
16
16
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
193
193
- Create a Python virtual environment.
194
194
- Install the correct SDK wheels for both the cluster and core package, see instructions above if there is no wheel for your setup prebuilt.
195
195
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
-
211
196
### Note when using Thread based Matter devices
212
197
213
198
When communicating with Thread devices through a non-local Thread border router,
0 commit comments