From 3718aeffbe25c552d2c7a9843d443876b88f2039 Mon Sep 17 00:00:00 2001 From: JOUNEAU Thomas <thomas.jouneau@univ-lorraine.fr> Date: Thu, 13 Jan 2022 14:45:34 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index eae21b5..3ab5cf6 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # scripts pyDataverse Several Python scripts using py Dataverse (https://pydataverse.readthedocs.io/en/latest/) -Written under v.3.10 but any python3 should work. +Written under v.3.10 but any python3 compatible with pyDataverse should work. # Prerequisites # -pyDataverse must be installed. +Python3 and pyDataverse must be installed. https://pydataverse.readthedocs.io/en/latest/ # /dorel_export_v_0.2 # @@ -19,4 +19,4 @@ https://pydataverse.readthedocs.io/en/latest/ - download_dataset : downloads an entire dataset based on the DOI. The directory structure is NOT preserved yet, so it's not of any use now. # TODO # -- make all scripts accept arguments from the command line +- make all scripts of dorel_export accept arguments from the command line -- GitLab