This document provides a step-by-step guide on how to install a Python Wheel (.whl) file in a custom directory within Isaac Sim, ensuring it does not get installed in the default Python environment of ...
Download the correct .whl file (in dist) and run pip install *whl. Since this is still in development, I would recommend running in a virtual python environment (this is generally good advice anyway).