Update README.md for python version

This commit is contained in:
Tony Z. Zhao
2023-08-30 18:30:28 -07:00
committed by GitHub
parent 40e1755296
commit 4d30cb944e

View File

@@ -27,7 +27,7 @@ You can find all scripted/human demo for simulated environments [here](https://d
### Installation ### Installation
conda create -n aloha python=3.8 conda create -n aloha python=3.8.10
conda activate aloha conda activate aloha
pip install torchvision pip install torchvision
pip install torch pip install torch