From 3810328136b3986aa50be61495564a28f58b37f5 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Mon, 2 May 2022 15:49:53 +0200 Subject: [PATCH] docs: Recommend Debian 11 & fix Python CHIP Controller how-to (#17938) * 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. --- docs/guides/BUILDING.md | 2 +- docs/guides/python_chip_controller_building.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/BUILDING.md b/docs/guides/BUILDING.md index 94bc989484fcb8..57459159c490da 100644 --- a/docs/guides/BUILDING.md +++ b/docs/guides/BUILDING.md @@ -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: diff --git a/docs/guides/python_chip_controller_building.md b/docs/guides/python_chip_controller_building.md index cd2ba107d08817..8c9c6e5fc8d37d 100644 --- a/docs/guides/python_chip_controller_building.md +++ b/docs/guides/python_chip_controller_building.md @@ -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