# Installation

## Requirements

### Installing Python

Download and install **Python 3.8.16** from:

{% embed url="<https://www.python.org/downloads/release/python-3816/>" %}

&#x20;By default, **pip** (a Python package installation tool) should also be installed.

### Installing Additional Libraries

Run the following commands:

`pip install vedo`

`pip install pyrender`

The above commands should install vedo and pyrender to your Python environment.

**All set! 🎉**

## Downloading the Python SDK

Click the <img src="/files/T1tOno8QjqqcjN2gEIC3" alt="" data-size="line"> button in the top header bar allows you to access the echo3D SDK for Python on GitHub.

<figure><img src="/files/Ri3FQOFUFJh5TOKTEGbs" alt="" width="490"><figcaption></figcaption></figure>

You can also go directly to:

{% embed url="<https://github.com/echo3Dco/Python-echo3D-SDK>" %}

Clone [this GitHub repository](https://github.com/echo3Dco/Python-echo3D-SDK).

The SDK is available under `echo3d_api.py`.

**All set! 🎉**


---

# 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.echo3d.com/python/installation.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.
