> For the complete documentation index, see [llms.txt](https://simdocs.deepdrive.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://simdocs.deepdrive.io/docs/packaging.md).

# 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.
