From 27c7ef87f4fc62541303b41455dc10eaae631bc4 Mon Sep 17 00:00:00 2001 From: Solal Nathan Date: Tue, 23 Feb 2021 09:44:20 +0100 Subject: [PATCH] :pencil2: fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45a7cfd..3c9dc02 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ Please refer to the original Pytorch3D project, here is a quick summary: conda create -n pytorhc3d python=3.8 conda activate pytorch3d conda install -c pytorch pytorch=1.7.1 torchvision cudatoolkit=10.2 -conda install -c conda-forge -c fvcore -c iopath fvcore iopath -conda install -c bottle nvidiacub +conda install -c conda-forge -c fvcore -c iopath fvcore iopath +conda install -c bottler nvidiacub conda intall numpy matplotlib plotly ```