# Python Install - Linux

You can easily check if you have python installed by running this command in terminal:

```
python3 --version
```

If you get an error instead of a version number, try doing it simply as `python --version`

If you see a version that is 3.11 or newer, you're set!

If you see a version number that is below 3.11, you'll need to update it.

If you still receive an error, you'll need to install it.&#x20;

As for updating or installing python, there are too many different versions of Linux for me to include all the possible ways here. It would be best for you to google your version of linux and how to install (or update) python.


---

# 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://jules-winnfieldx.gitbook.io/cyberdrop-dl/quick-start/python-install-linux.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.
