From 7de40ed780557d59c7d0b51613a90fae6e63bfa8 Mon Sep 17 00:00:00 2001 From: Benjamin Wilson Date: Wed, 30 Jun 2021 17:05:29 -0400 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 12a396cc..dac348a9 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,8 @@ Note that you need to download HD map data (and extract them into project root f 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"`