Ubuntu Installation By default Ubuntu comes with Python3, Check the version of python python3 --version Install PIP in ubuntu Update Ubuntu OS sudo apt update Install pip sudo apt install python3-pip Install requirements from files pip3 install -r requirements.txt