I pulled the source through git. I will like to ask is $brew command line doing the same thing $ sudo does ? Because pip isn't install anything for me on my mac command ?
Brew is a packet manager. It does the same thing as
apt does.
Do you have linux or mac ?
Apt is used on linux (apt install "whatever") and brew mostly on mac (brew install "whatever")
"sudo" is just a linux way to say "run as administrator"