> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/gym/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/gym/_mcp/server.

# nemo_gym.cli_setup_command

Backward-compatibility shim: this module moved to `nemo_gym.cli.setup_command`.

Accessing its public helpers here resolves them lazily from the new location with a
`DeprecationWarning`. Remove once the old import path is dropped.

## Module Contents

### Data

[`__getattr__`](#nemo_gym-cli_setup_command-__getattr__)

### API

```python
nemo_gym.cli_setup_command.__getattr__ = moved_attr_getter(__name__, {'run_command': 'nemo_gym.cli.setup_command', 'setup...
```