Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 317 Bytes

installation.md

File metadata and controls

17 lines (15 loc) · 317 Bytes

Linux Standard Installations

  • Terminator (terminal):
sudo apt install terminator
  • Python:
python3 --version                     # check version

sudo apt-get update
sudo apt-get install python3.6 
  • PIP:
pip3 install --upgrade pip            # to upgrade pip, if it needs