Skip to content

Commit

Permalink
Adjust README (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelveldt authored Jun 1, 2023
1 parent d2b7b72 commit 885e508
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ This repository is for development only (so not for enduser support). For enabli

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.

## Trying it out
## Running the development server

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

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

## Dockerfile

### Build

```sh
docker compose build --no-cache
```

### Run

```sh
docker compose up -d
docker compose logs -f
```

### Note when using Thread based Matter devices

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

0 comments on commit 885e508

Please sign in to comment.