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

## Module Contents

### Classes

| Name                                                   | Description                                 |
| ------------------------------------------------------ | ------------------------------------------- |
| [`VersionConfig`](#nemo_gym-cli-general-VersionConfig) | Display gym version and system information. |

### Functions

| Name                                           | Description                                 |
| ---------------------------------------------- | ------------------------------------------- |
| [`reinstall`](#nemo_gym-cli-general-reinstall) | -                                           |
| [`version`](#nemo_gym-cli-general-version)     | Display gym version and system information. |

### API

```python
class nemo_gym.cli.general.VersionConfig()
```

**Bases:** [BaseNeMoGymCLIConfig](/nemo-gym/nemo_gym/config_types#nemo_gym-config_types-BaseNeMoGymCLIConfig)

Display gym version and system information.

Examples:

```python
# Display version information
gym --version

# Output as JSON
gym --version --json
```

```python
nemo_gym.cli.general.reinstall()
```

```python
nemo_gym.cli.general.version()
```

Display gym version and system information.