Hello, Basically, pip is specialized for python packages/modules type of stuff. This is not for OS wide packages, only python specific packages. In general most OS packages on Raspbian you'll be installing with apt. But pip is also important for Python specific packages. Here's a relevant thread: ht...