From 7043c1cc831b7401656331267dcc4fc14bfdc774 Mon Sep 17 00:00:00 2001 From: Ole Vegard Solberg Date: Tue, 18 Jan 2022 11:25:55 +0100 Subject: [PATCH] ENH: Added download instructions to the readme file --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 1e5170e..3601255 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,12 @@ For each hashing algorithm `` (MD5, SHA256, ...), you will find: * release named `` * a CSV file `.csv` listing all `;` pairs * markdown document `.md` with links of the form `* [](https://github.com/ALive-Research/ALiveResearchTestingData/releases/download//)` (this file is regenerated on each upload from the CSV file, therefore files should be renamed or deleted by editing the CSV file) + +Download files +----------------- + +Clone the SlicerTestingData repo, and run this command: +``` +python .\process_release_data.py download --github-token ###### --github-repo ALive-Research/ALiveResearchTestingData +``` +