Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson authored Jun 30, 2021
1 parent 7de40ed commit e7018f5
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@

## Installation


### Supported Platforms

- Linux
- MacOS

Expand Down Expand Up @@ -67,18 +64,14 @@ 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

pip install -e /path_to_root_directory_of_the_repo/

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).

Expand Down

0 comments on commit e7018f5

Please sign in to comment.