From f25cc14b1fd04c4d3658a5f576689b03870becca Mon Sep 17 00:00:00 2001 From: Olaoye Anthony Somide Date: Sat, 7 Oct 2023 14:02:07 +0100 Subject: [PATCH] Update env.md - Fixed typo in documentation --- env.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.md b/env.md index 53d0f10..32d18f1 100644 --- a/env.md +++ b/env.md @@ -30,7 +30,7 @@ pip install mmsegmentation==0.14.1 ### Install mmdetection3d -Currently we are usingmmdetection3d of version 0.17.x . To install mmdet3d, please first download the releases of 0.17.x from , unzip the code and rename the folder to `mmdetection3d`. Then run +Currently we are using mmdetection3d of version 0.17.x . To install mmdet3d, please first download the releases of 0.17.x from , unzip the code and rename the folder to `mmdetection3d`. Then run ``` wget https://github.com/open-mmlab/mmdetection3d/archive/refs/tags/v0.17.3.zip @@ -55,4 +55,4 @@ Run pip install -r requirements.txt ``` -to install all requirements. \ No newline at end of file +to install all requirements.