Skip to content

Commit

Permalink
docs: Recommend Debian 11 & fix Python CHIP Controller how-to (#17938)
Browse files Browse the repository at this point in the history
* Recommend Debian 11

Debian 11 uses Python 3.7, however Project CHIP requires Python 3.8.

* Initialize separate env

The argument is required to make the next command in the how-to work.
  • Loading branch information
agners authored and pull[bot] committed Nov 20, 2023
1 parent 48e995b commit 3810328
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guides/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ that generates inputs to [ninja](https://ninja-build.org/).
Tested on:

- macOS 10.15
- Debian 10
- Debian 11
- Ubuntu 20.04 LTS

Build system features:
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/python_chip_controller_building.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ To build and run the Python CHIP controller:
5. Build and install the Python CHIP controller:
```
scripts/build_python.sh -m platform
scripts/build_python.sh -m platform -i separate
```
> Note: To get more details about available build configurations, run the
Expand Down

0 comments on commit 3810328

Please sign in to comment.