add dataset name to download.py

This commit is contained in:
Carl Pearson
2021-11-23 07:48:43 -08:00
parent 7e68d4f712
commit 291ae1a1ee
2 changed files with 7 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poet
```
source load-env.sh
poetry run python list.py
poetry run python download.py
poetry run python download.py <dataset name>
```
## how this was done