# Setup

## Add yout GitHub account to Epic's GitHub organization

First off, [associate your GitHub username with your Unreal account](https://www.unrealengine.com/en-US/ue4-on-github) to get access to Unreal sources on GitHub.

## Set your python bin

This is where the Python extension is installed which enables communication between Unreal and Python.

### Option 1: Automatically set the python bin

Setup the [deepdrive](https://github.com/deepdrive/deepdrive) project which creates your `~/.deepdrive/python_bin`

### Option 2: Manually set the python bin

Create `~/.deepdrive/python_bin` on Unix or `%HOMEPATH%\.deepdrive\python_bin` on Windows and point it to the Python executable you want the deepdrive Python extension to be installed to, i.e.

```
/home/[YOU]/.local/share/virtualenvs/my-env/bin/python
```

## OS specific setup

To finish your development setup, follow one of these guides

* [Linux](/docs/setup/linux.md)
* [Windows](/docs/setup/windows.md)


---

# 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://simdocs.deepdrive.io/docs/setup.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.
