From ed79c960a20d3417b0cffba55c605b464f79c028 Mon Sep 17 00:00:00 2001 From: SudarshanDudhe-NEU <145162697+SudarshanDudhe-NEU@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:41:57 -0500 Subject: [PATCH] Update getting_started.md fixes --- docs/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.md b/docs/getting_started.md index a0ac1e3..3835101 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -30,7 +30,7 @@ Please follow the steps below to get familiar with the OpenLane-V2 dataset. ```sh git clone https://github.com/OpenDriveLab/OpenLane-V2.git cd OpenLane-V2 - conda create -n openlanev2 python=3.8 -y + conda create -n openlanev2 python=3.10 -y conda activate openlanev2 pip install -r requirements.txt python setup.py develop