Packaging
Setup
pip install -r Packaging/requirements.txtLinux
Packaging/package-linux.shpython Packaging/package.py --upload-onlyWindows
Last updated
Was this helpful?
pip install -r Packaging/requirements.txtTo package a new binary version in Linux run
Packaging/package-linux.shNOTE: Uploads to S3 are done automatically through CI after tests have passed. To upload to S3 anyway:
python Packaging/package.py --upload-onlyIn Windows we go through the Unreal Editor packaging interface, and manually add UnrealEnginePython. TODO: Fill this out.
Last updated
Was this helpful?
Was this helpful?