Loose numpy version (#30)

* disable using pip extra requirement installation

* loose numpy

* waymo

* waymo version

* add numpy hint

* restore

* Add to note

* add hint
This commit is contained in:
Quanyi Li
2023-10-04 16:46:39 +01:00
committed by GitHub
parent d14524b26f
commit 5fa5c1070f
7 changed files with 27 additions and 51 deletions

View File

@@ -67,26 +67,8 @@ For ScenarioNet, we only provide Github installation::
git clone git@github.com:metadriverse/scenarionet.git
cd scenarionet
Anyone of the following commands will automatically install basic requirements with additional requirements
for specific datasets::
# Install basic requirement only
pip install -e .
# Install Waymo official toolkit
pip install -e .[waymo]
# Install nuScenes development tookit
pip install -e .[nuscenes]
# Install nuPlan development tookit
pip install -e .[nuplan]
# Install all toolkit for all datasets
pip install -e .[all]
.. note::
If you don't wanna access the source code, you can install these two packages with
``pip install git+https://github.com/metadriverse/scenarionet.git``