From 4d30cb944eb11685e6f2e0ae7cc782720fc12a2f Mon Sep 17 00:00:00 2001 From: "Tony Z. Zhao" <46111210+tonyzhaozh@users.noreply.github.com> Date: Wed, 30 Aug 2023 18:30:28 -0700 Subject: [PATCH] Update README.md for python version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2a34515..8465523 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ You can find all scripted/human demo for simulated environments [here](https://d ### Installation - conda create -n aloha python=3.8 + conda create -n aloha python=3.8.10 conda activate aloha pip install torchvision pip install torch