- Linux: CTRL+ALT+T
- MacOS: Open Finder -> type in terminal -> run it
- Windows: WIN+R -> type cmd -> ENTER
- Linux:
- Debian (Ubuntu):
sudo apt updatesudo apt install python3sudo apt install python3-pippip install pandas
- RedHat (CentOS 8+, Fedora):
sudo dnf check-updatesudo dnf install python3sudo dnf install python3-pippip install pandas
- Debian (Ubuntu):
- MacOS:
python3 --version