|
|
@@ -2,9 +2,15 @@
|
|
|
|
|
|
Test data for the crabs-exploration package
|
|
|
|
|
|
-Remember to update the file registry for `pooch` after adding or editing the data! To do so:
|
|
|
+Remember to update the file registry for `pooch` after adding or editing the data! To do so, run the following from the root of the GIN repository:
|
|
|
|
|
|
-1- From the root of the GIN repository, run the Python script to generate the `file-registry.txt` file:
|
|
|
+0- Ensure all the content is downloaded locally:
|
|
|
+```
|
|
|
+gin download --content
|
|
|
+```
|
|
|
+
|
|
|
+
|
|
|
+1- run the Python script to generate the `file-registry.txt` file:
|
|
|
```
|
|
|
python get_sha256_hashes.py
|
|
|
```
|