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