How to use pip to install packages

1. Make sure you have Python installed.

2. Download the get-pip.py installer script.

3. Open a command prompt and navigate to the folder containing get-pip.py.

4. Run the following command: python get-pip.py

5. Once the installation is complete, you can use the pip command to install packages. For example: pip install package-name