From dc4f2f98836791819dba574caa2603576302484e Mon Sep 17 00:00:00 2001 From: Stefal Date: Thu, 14 Sep 2023 20:06:51 +0200 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 31a910c..efd6ed5 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # mapillary_download -Simple code to download images in a mapillary sequence +Simple code to download images in one or several mapillary sequences. ## How to use -change the access token with your access token and the sequence id with the id of the sequence you want to dowload +change the access token with your access token and the sequence ids with the ids of the sequences you want to download ```Shell -python download.py --access_token "MLY|xxxx|xxxxxxx" --sequence_id xxxxxxxxxxx +python download.py --access_token "MLY|xxxx|xxxxxxx" --sequence_ids xxxxxxxxxxx xxxxxxxxxxx ```