# Prerequisites

### Requirements:

* [ ] Python, version 3.6+: To install python, visit the official [python website](https://www.python.org/downloads/) or check the Microsoft Store and install the latest version of Python.
* [ ] Node.js: Install the latest version of Node.js from the [official website](https://nodejs.org/en/). You will see two options, LTS & Current, you can pick LTS.&#x20;

### Some things you need to make sure:

While installing Python, you will see a checkbox at the bottom which says *Add Python 3.10.x to PATH.* **Make sure you check this box, it is extremely crucial!**

![](/files/8mJdIfYjy0SNbtwVVci6) ![](https://media.discordapp.net/attachments/905182869410955356/981635202520580236/unknown.png)

Once you have installed Python & Node.js, launch a command prompt window (preferably as an administrator) and type `pip`, if you see something like this, you have done the python installation correctly:&#x20;

<div align="center"><img src="/files/jxHfaRheXMnP14DyyrNA" alt=""></div>

Just to double check your python version, type `python --version` on your command prompt. You should get something like this (version can be different):

![](/files/Bz9jiQeYpYlIldzzS6XL)

Lastly, type `node` on your terminal to make sure node.js is installed correctly. You should see something like this:

![](/files/G4f47FwqiDYo4pcY20DB)

Voila! You are done. :thumbsup:


---

# 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://immaharry.gitbook.io/reddit-automated-video-bot/prerequisites.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.
