diff --git a/README.md b/README.md index dac348a9..ddd96b82 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,6 @@ ## Installation - -### Supported Platforms - - Linux - MacOS @@ -67,7 +64,7 @@ We provide both the full dataset and the sample version of the dataset for testi Note that you need to download HD map data (and extract them into project root folder) for the API to function properly. You can selectively download either **Argoverse-Tracking** or **Argoverse-Forecasting** or both, depending on what type of data you need. The data can be extracted to any location in your local machine. -### 4) Install `argoverse` package +### 4) Install argoverse module * `argoverse` can be installed as a python package using @@ -75,10 +72,6 @@ Note that you need to download HD map data (and extract them into project root f Make sure that you can run `python -c "import argoverse"` in python, and you are good to go! -### 5) Verify install - -`python -c "import argoverse"` - ### (optional) Install mayavi * Some visualizations may require `mayavi`. See instructions on how to install Mayavi [here](https://docs.enthought.com/mayavi/mayavi/installation.html).