# How to install Python on Windows 10 using UI and Windows command prompt?

{% embed url="<https://youtu.be/lwivCVpWRWU>" %}

### **Overview**

Python is a widely used programming language that enables software and webpages, automates operations, and interprets information. It is used to make several different types of applications and isn't tailored for any particular issues.\
This tutorial will show you how to install Python on Windows 10 using UI and Windows Command prompt.

### **Prerequisites**

There are certain prerequisites that need to be met before you begin.&#x20;

* A system with Windows 10 installed.

### Get Started

**a. Python Installation on Windows 10 using UI:**\
Follow the below steps to install Python on Windows 10 using UI:

1. Download the[ python.exe ](https://www.python.org/downloads/windows/)file.\ <br>

   <figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/918_1.png" alt=""><figcaption></figcaption></figure>
2. Open the downloaded python.exe file.\
   \
   \ <br>

   <figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/919_2.png" alt=""><figcaption></figcaption></figure>
3. Click on **Customize installation** to start the installation process.<br>

   <figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/920_3.png" alt=""><figcaption></figcaption></figure>
4. Select the **Optional Features** you want in Python and click **Next**.<br>

   <figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/921_4.png" alt=""><figcaption></figcaption></figure>
5. Select the **Advanced Options**, choose the location for installation and click **Install**.<br>

   <figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/922_5.png" alt=""><figcaption></figcaption></figure>
6. Click on **Yes** to allow the app to make changes to your device.<br>

   <figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/923_6.png" alt=""><figcaption></figcaption></figure>
7. Python is successfully installed now.<br>

   <figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/924_7.png" alt=""><figcaption></figcaption></figure>

**b. Python Installation on Windows 10 using Windows Command prompt**\
Follow the below steps to install Python on Windows 10 using Windows Command prompt:

1. Open **Command Prompt**.\ <br>

   <figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/925_8.png" alt=""><figcaption></figcaption></figure>
2. Download the python.exe file using the below code:<br>

   ```
   curl -O https://www.python.org/ftp/python/3.10.10/python-3.10.10-amd64.exe​
   ```

   <br>

   <figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/926_9.png" alt=""><figcaption></figcaption></figure>
3. Install Python using the below command:

   ```
   python-3.10.10-amd64.exe /passive /quiet InstallAllUsers=1 PrependPath=1 Include_test=0
   ```

Python is successfully installed now.

<figure><img src="http://customer.acecloudhosting.com/index.php?rp=/images/kb/927_10.png" alt=""><figcaption></figcaption></figure>

### **Conclusion**

You have successfully installed Python. Also see [How to Install Python 3 on Ubuntu 22.04 and Set Up a Programming Environment .](https://customer.acecloudhosting.com/index.php?rp=/knowledgebase/150/How-To-Install-Python-3-on-Ubuntu-22.04-and-Set-Up-a-Programming-Environment.html)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.acecloud.ai/knowledge-base/tutorials/how-to-install-python-on-windows-10-using-ui-and-windows-command-prompt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
