---
title: "How to install pip on Windows?"  
description: "How to install pip on Windows?"  
author: "Utpal Vishwas"  
published: 2023-07-14  
updated: 2023-07-15  
canonical: https://www.mindstick.com/forum/159095/how-to-install-pip-on-windows  
category: "windows services"  
tags: ["windows controls", "windows"]  
reading_time: 2 minutes  

---

# How to install pip on Windows?

How to [install](https://www.mindstick.com/articles/12876/the-top-5-reasons-to-buy-and-install-a-tonneau-cover) [pip](https://www.mindstick.com/forum/34584/pip) on [Windows](https://www.mindstick.com/articles/311752/how-to-install-and-use-the-google-wifi-software-on-a-windows-or-mac-computer)?

## Replies

### Reply by Aryan Kumar

Sure, here are the steps on how to install pip on Windows:

**Check if pip is already installed.**

You can check if pip is already installed by opening a command prompt and running the following command:

If pip is already installed, you will see the version of pip that is installed.

```plaintext
pip --version
```

**Install pip using the** `get-pip.py` **script.**

If pip is not already installed, you can install it using the `get-pip.py` script. You can download the `get-pip.py` script from the Python website: https://bootstrap.pypa.io/get-pip.py.

Once you have downloaded the `get-pip.py` script, you can install pip by running the following command:

This will install pip and any other required dependencies.

```plaintext
python get-pip.py
```

**Verify that pip is installed.**

Once pip is installed, you can verify that it is installed by running the following command:

If pip is installed, you will see the version of pip that is installed.

```plaintext
pip --version
```

## Here are some additional tips for installing pip on Windows:

- If you are using a 64-bit version of Windows, you need to download the 64-bit version of the `get-pip.py` script.
- If you are using a virtual environment, you need to install pip in the virtual environment.
- If you are having trouble installing pip, you can try running the `get-pip.py` script as an administrator.


---

Original Source: https://www.mindstick.com/forum/159095/how-to-install-pip-on-windows

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
