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

# OEM

## Getting Started

The `oem` package is available through Pip.

```bash
$ pip install oem
```

To create OEMs from TLEs with `sgp4` integration, install the `tle` extra.

```bash
$ pip install oem[tle]
```
