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
  • Setup
  • Linux
  • Windows

Was this helpful?

  1. Deepdrive Sim Docs

Packaging

Setup

 pip install -r Packaging/requirements.txt

Linux

To package a new binary version in Linux run

Packaging/package-linux.sh

NOTE: Uploads to S3 are done automatically through CI after tests have passed. To upload to S3 anyway:

python Packaging/package.py --upload-only

Windows

In Windows we go through the Unreal Editor packaging interface, and manually add UnrealEnginePython. TODO: Fill this out.

PreviousUnreal LoggingNextArchitecture

Last updated 5 years ago

Was this helpful?