mirror of
https://github.com/buaacyw/MeshAnything.git
synced 2025-02-16 09:54:49 +00:00
Update README.md
Adding yes flag to conda create
This commit is contained in:
parent
dbccc546d5
commit
2b2ab75eb1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user