From 57af4128247bc352550a9cb2dd8fd66940c55268 Mon Sep 17 00:00:00 2001 From: Taekyung Heo <7621438+TaekyungHeo@users.noreply.github.com> Date: Wed, 17 Jul 2024 06:18:45 -0400 Subject: [PATCH] Update USER_GUIDE.md --- USER_GUIDE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/USER_GUIDE.md b/USER_GUIDE.md index 569f47f9..37c38cdd 100644 --- a/USER_GUIDE.md +++ b/USER_GUIDE.md @@ -31,8 +31,7 @@ Installing PARAM is necessary for Chakra to function properly as it imports esse ```bash $ git clone git@github.com:facebookresearch/param.git $ cd param/et_replay -$ git checkout 884a1f0154a16e2c170e456f8027f2646c9108ae -$ sed -i '' '13d' pyproject.toml +$ git checkout ea12ab702712e9986db85cd5773eb5902f28af2a $ pip install . ```