1## To install Pip, first download get-pip.py from:
2https://bootstrap.pypa.io/get-pip.py
3
4## Then run the following command in the command line
5## in the folder where the file has been saved.
6python get-pip.py
1pip is a package-management system written in Python used to install and manage software packages.