From c036d54e446776bed2f097b9085b5251613fa5ce Mon Sep 17 00:00:00 2001 From: Hector Piteau Date: Fri, 1 Dec 2023 14:59:28 +0100 Subject: [PATCH] fix: Typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a42441..05cc578 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ git clone https://github.com/aosheng1996/BUFFER && cd BUFFER - Setup conda virtual environment ``` conda create -n buffer python=3.8 -source activate buffer +conda activate buffer pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 torchaudio==0.9.1 -f https://download.pytorch.org/whl/torch_stable.html pip install open3d==0.13.0