From c49ebe3f8959492f99bb23fe22c00f47e8d38504 Mon Sep 17 00:00:00 2001 From: lebronjamesking Date: Tue, 3 Jun 2025 11:12:09 +0800 Subject: [PATCH] Update retool.md pip install -r runtime/python/requirements.txt --- docs/tutorial/retool.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/retool.md b/docs/tutorial/retool.md index 375d9f7..f9cd043 100644 --- a/docs/tutorial/retool.md +++ b/docs/tutorial/retool.md @@ -24,7 +24,7 @@ conda create -n sandbox-runtime python==3.11 conda activate sandbox-runtime # Install dependencies -pip install -r runtime/python/requirement.txt +pip install -r runtime/python/requirements.txt pip install poetry poetry install @@ -259,4 +259,4 @@ Execute the training script: bash run_ppo_retool.sh ``` -Training progress and logs will be saved to Wandb (if configured) and the console. \ No newline at end of file +Training progress and logs will be saved to Wandb (if configured) and the console.