From 7ae3e2323be886115cb42d5ddab6c4c36a24fa1c Mon Sep 17 00:00:00 2001 From: "Jonas B. Franco" Date: Mon, 15 Mar 2021 10:41:37 -0300 Subject: [PATCH] Update README.md entered installation information for windows wsl2 Linux Ubuntu --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index c0b9a73..a1b9d02 100644 --- a/README.md +++ b/README.md @@ -187,6 +187,15 @@ Available in the Arch Linux [community] repository as `bpytop` ```bash sudo pacman -S bpytop ``` +### WSL2 Linux Ubuntu + +>Installation + +```bash +$ sudo apt install python3-pip +$ pip3 install bpytop --upgrade +``` + ### Debian based