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:
@@ -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``
|
||||
|
||||
Reference in New Issue
Block a user