The -m pip form runs pip as a module, which works even when pip is not on the PATH. This installs pandas, numpy, and matplotlib, the foundational trio for data analysis and plotting in Python. On system-managed Python installs, create a virtual environment first with python3 -m venv .venv. Pin versions with == to keep results reproducible.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.