Update README.md

Adding yes flag to conda create
This commit is contained in:
Lucky Verma 2024-08-02 21:32:33 -04:00 committed by GitHub
parent dbccc546d5
commit 2b2ab75eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 1. Clone our repo and create conda environment
``` ```
git clone https://github.com/buaacyw/MeshAnything.git && cd MeshAnything 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 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 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 pip install -r requirements.txt