# Install Python

**In this session, we will guide you through the process of installing Python on your local system. Whether you are using Mac or Windows, we provide support for both platforms, ensuring that students are with us.**

**The Python installation process is outlined below.**&#x20;

Please download the appropriate version based on your operating system. If you are using Windows, download the '<mark style="color:orange;">Python Installation on Windows</mark>' document, and if you are on a Mac, download the '<mark style="color:orange;">Python Installation on Mac</mark>' document. Both documents are designed to guide you step by step, ensuring that you can follow along even if you are unable to attend classes or watch instructional videos. Of course, if you are a participant in the class, you'll have the opportunity to address any potential issues during the installation process.

{% file src="/files/fYkeh7gdLaJjSXq4ES8C" %}
Windows User
{% endfile %}

{% file src="/files/LJPwE9432Qztq9M5eo7S" %}
Mac User
{% endfile %}

\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_\_

{% embed url="<https://www.youtube.com/watch?v=G2xZ-yAAmDI>" %}
Installing Python on Windows and Mac, and Creating a Virtual Environment
{% endembed %}

*Apart from our in-person workshop and the workshop video, you can also explore other reliable sources on the internet.*

1. *For downloading Python, visit the official website at* [*Python*](https://www.python.org/)
2. *To learn how to install Python and manage different versions on your local system watch* [*this*](https://www.youtube.com/watch?v=IBj9-VtxCpM\&list=PLFhf3UaNX_xeM9PF0XIWKqKj_DtZyoMp2)*.*


---

# 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://ai-javaher.gitbook.io/pythonclass/python-workshops/install-python.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.
