From 2b2ab75eb189182c495c607df0aa44641cea98f8 Mon Sep 17 00:00:00 2001 From: Lucky Verma Date: Fri, 2 Aug 2024 21:32:33 -0400 Subject: [PATCH] Update README.md Adding yes flag to conda create --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8178ec9..4711870 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ Our environment has been tested on Ubuntu 22, CUDA 11.8 with A100, A800 and A600 1. Clone our repo and create conda environment ``` git clone https://github.com/buaacyw/MeshAnything.git && cd MeshAnything -conda create -n MeshAnything python==3.10.13 +conda create -n MeshAnything python==3.10.13 -y conda activate MeshAnything pip install torch==2.1.1 torchvision==0.16.1 torchaudio==2.1.1 --index-url https://download.pytorch.org/whl/cu118 pip install -r requirements.txt