Skip to content

Commit

Permalink
docs: remove installation of python on Linux (project-chip#19252)
Browse files Browse the repository at this point in the history
Debian-based distributions already included python, so it does not need
to be installed again.

Additionally, on Ubuntu 22.04 on Raspberry Pi, there is no package named
"python", causing this command to fail.
  • Loading branch information
presto8 authored Jun 8, 2022
1 parent 0750d15 commit 85f9cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ On Debian-based Linux distributions such as Ubuntu, these dependencies can be
satisfied with the following:

```
sudo apt-get install git gcc g++ python pkg-config libssl-dev libdbus-1-dev \
sudo apt-get install git gcc g++ pkg-config libssl-dev libdbus-1-dev \
libglib2.0-dev libavahi-client-dev ninja-build python3-venv python3-dev \
python3-pip unzip libgirepository1.0-dev libcairo2-dev libreadline-dev
```
Expand Down

0 comments on commit 85f9cf9

Please sign in to comment.