DEV Community

Cover image for Download and Install pip on Windows
Sebastian
Sebastian

Posted on

Download and Install pip on Windows

The PIP can be downloaded and installed using the command line by going through the following steps:

Using cURL in Python

Curl is a UNIX command that is used to send the PUT, GET, and POST requests to a URL. This tool is utilized for downloading files, testing REST APIs, etc.

Step 1: Open the cmd terminal

Step 2: In Python, a curl is a tool for transferring data requests to and from a server. Use the following command to request:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
Enter fullscreen mode Exit fullscreen mode
python get-pip.py
Enter fullscreen mode Exit fullscreen mode

Happy Coding!

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more