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
  • Building the python bindings
  • Pushing bindings to PyPi

Was this helpful?

  1. Deepdrive Sim Docs

python_bindings

Building the python bindings

install-local-bindings.sh

Pushing bindings to PyPi

Pushing to the release branch causes CI to publish wheels to the PyPi cheese shop.

git push origin master && git push origin master:release
PreviousVulkanNextUnreal Logging

Last updated 5 years ago

Was this helpful?