Skip to content

Commit

Permalink
Merge pull request #242 from argoai/readme-updates
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
benjaminrwilson committed Jun 30, 2021
2 parents af1b9a7 + dff964b commit 4097d59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

## Installation

Requires Linux/MacOS, git, and Python 3.6+
- Linux
- MacOS

### 1) Clone

Expand Down Expand Up @@ -63,12 +64,11 @@ 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 module
### 4) Install argoverse package

* `argoverse` can be installed as a python package using

pip install -e /path_to_root_directory_of_the_repo/
* if you receive any error about `No matching distribution found for pyntcloud`, upgrade your pip using `pip install --upgrade pip` or pip install with `--process-dependency-links`

Make sure that you can run `python -c "import argoverse"` in python, and you are good to go!

Expand Down

0 comments on commit 4097d59

Please sign in to comment.