apt-get install python3 python3-pip git unzip -y<\/pre>\n\n\n\nOnce installed, verify the installed version of Python with the following command:<\/p>\n\n\n\n
python3 --version<\/pre>\n\n\n\nOutput:<\/p>\n\n\n\n
Python 3.7.3\n<\/pre>\n\n\n\nNext, you will need to upgrade the PIP package to the latest version. You can upgrade it with the following command:<\/p>\n\n\n\n
pip3 install --upgrade pip<\/pre>\n\n\n\nNext, verify the PIP version using the following command:<\/p>\n\n\n\n
pip3 --version<\/pre>\n\n\n\nOutput:<\/p>\n\n\n\n
pip 21.0.1 from \/usr\/local\/lib\/python3.7\/dist-packages\/pip (python 3.7)\n<\/pre>\n\n\n\n