Comment on page
Packaging
pip install -r Packaging/requirements.txt
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
In Windows we go through the Unreal Editor packaging interface, and manually add UnrealEnginePython. TODO: Fill this out.
Last modified 3yr ago