diff options
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ # CKAN Dumper Downloads both metadata and datasets from a CKAN instance. + +## Dependencies + +Works on python 3.7 with the following dependencies met: + + apt install wget python3-tqdm |