> 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 full documentation content, see https://docs.nvidia.com/nemo/gym/llms-full.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/gym/_mcp/server.

# Installation

> Install NeMo Gym and verify your setup.

Python 3.12 is required. Refer to [Prerequisites](/get-started/prerequisites) for full system requirements.

Clone from git to get the latest features and environments. If you intend to use NeMo Gym with NeMo RL, use the latest NGC container.

```bash
git clone git@github.com:NVIDIA-NeMo/Gym.git
cd Gym
uv venv --python 3.12 && source .venv/bin/activate
uv sync
```

```bash
docker pull nvcr.io/nvidia/nemo-rl:v0.5.0.nemotron_3_super
```

## Verify Installation

```bash
ng_version
```

You should see output like:

```text
NeMo Gym v0.3.0
Python 3.12.x
Installation: /path/to/Gym
```

## Next Steps

Run your first evaluation.