Skip to content

Commit 8e0619f

Browse files
committed
guides/installing: add psutil requirement for pyterm
1 parent dd32b0a commit 8e0619f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/guides/getting-started/installing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ Depending on the operation distribution you are using, the installation of the r
5050
#### Ubuntu
5151

5252
```bash title="Ubuntu command to install required packages"
53-
sudo apt install make gcc-multilib python3-serial wget unzip git openocd gdb-multiarch esptool podman-docker clangd clang
53+
sudo apt install make gcc-multilib python3-serial python3-psutil wget unzip git openocd gdb-multiarch esptool podman-docker clangd clang
5454
```
5555

5656
#### Arch Linux
5757

5858
```bash title="Arch Linux command to install required packages"
59-
sudo pacman -S make gcc-multilib python-pyserial wget unzip git openocd gdb esptool podman-docker clang
59+
sudo pacman -S make gcc-multilib python-pyserial python-psutil wget unzip git openocd gdb esptool podman-docker clang
6060
```
6161

6262
This will show something like this depending on your distribution:

0 commit comments

Comments
 (0)