mirror of https://github.com/aristocratos/bpytop
Update README.md
entered installation information for windows wsl2 Linux Ubuntupull/280/head
parent
a2cdebdac7
commit
7ae3e2323b
|
@ -187,6 +187,15 @@ Available in the Arch Linux [community] repository as `bpytop`
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S bpytop
|
sudo pacman -S bpytop
|
||||||
```
|
```
|
||||||
|
### WSL2 Linux Ubuntu
|
||||||
|
|
||||||
|
>Installation
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ sudo apt install python3-pip
|
||||||
|
$ pip3 install bpytop --upgrade
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### Debian based
|
### Debian based
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue