>sudo pip3 install mps-youtube

giving sudo is absolutely not necessary. Recent versions of of pip without sudo will just rightly assume we want to do a local installation, which requires us giving no root privileges to nothing.. files will get written in .local. A .bashrc line to include such path will also be added automagically. If not, if you are on an older version, just use the option '--user' and add the path to .bashrc


Reply via email to