From f6fc828f5fed2d79d73685aeebf1af17d973a9eb Mon Sep 17 00:00:00 2001 From: Terry Kong Date: Thu, 24 Apr 2025 00:40:24 -0700 Subject: [PATCH] docs: instruct users to git clone before beginning Signed-off-by: Terry Kong --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 1dacff454c..c7f30e54d7 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,13 @@ What you can expect: ## Prerequisuites +Clone **NeMo RL** +```sh +git clone git@github.com:NVIDIA/reinforcer.git +cd reinforcer +``` + +Install `uv` ```sh # For faster setup and environment isolation, we use `uv` pip install uv