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