Open bkmgit opened 4 years ago
It may be helpful to indicate how to obtain the dataset and unzip it and then enter that directory on the command line.
For example for Fedora Linux setup will require:
sudo dnf install -y unzip curl git
Gitbash in Windows should have curl see for example here. Then
curl https://zenodo.org/record/3480181/files/dc-economics-v2.1.zip > dc-economics-v2.1.zip unzip dc-economics-v2.1.zip
then perhaps
$ cd dc-economics-v2.1
This might replace
$ cd Downloads/she<tab>
or
$ cd Downloads/dc-<tab>
depending on whether the folder is automatically unzipped.
It may be helpful to indicate how to obtain the dataset and unzip it and then enter that directory on the command line.
For example for Fedora Linux setup will require:
Gitbash in Windows should have curl see for example here. Then
then perhaps
This might replace
or
depending on whether the folder is automatically unzipped.