Deepdrive sim docs
Deepdrive homeDocs home
v2-security-updates
v2-security-updates
  • Deepdrive sim
  • Deepdrive Sim Docs
    • Setup
      • Linux Development
        • Running the Unreal Editor from a Docker container
        • Export from prebuilt docker image
        • Traditional Unreal Setup
      • Windows Development
    • Compiling changes to plugins
    • Vulkan
    • python_bindings
    • Unreal Logging
    • Packaging
    • Architecture
  • Plugins
    • DeepDrivePlugin
      • Source
        • DeepDrivePython
          • LICENSE
    • deepdrive_kevindale
    • Aka Jamestown
  • LICENSE
Powered by GitBook
On this page
  • Add yout GitHub account to Epic's GitHub organization
  • Set your python bin
  • Option 1: Automatically set the python bin
  • Option 2: Manually set the python bin
  • OS specific setup

Was this helpful?

  1. Deepdrive Sim Docs

Setup

PreviousDeepdrive Sim DocsNextLinux Development

Last updated 5 years ago

Was this helpful?

Add yout GitHub account to Epic's GitHub organization

First off, 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 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

associate your GitHub username with your Unreal account
deepdrive
Linux
Windows