diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2019-05-16 14:40:59 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2019-05-16 14:40:59 -0300 |
commit | 47b7b92fe7aa4509436b3dc8be50eb20cf3a3923 (patch) | |
tree | 360b6d3f236ab14adf8214d7a23348f632f80aa4 | |
parent | 0a29ded16ca72c6495c9a0d4f2daaa82ed14d7fa (diff) | |
download | ckandumper-47b7b92fe7aa4509436b3dc8be50eb20cf3a3923.tar.gz ckandumper-47b7b92fe7aa4509436b3dc8be50eb20cf3a3923.tar.bz2 |
README: dependencies
-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 |