- Clone this repository and
cdinto it. - Make sure you have
condainstalled. - Run the following command:
conda env create -f environment.yml. This will create a newcondaenvironment calledgeo-submissionin the location/anaconda3/envs/geo-submission
- Python >= 3.4
- Using previous Python versions may add trailing whitespace to the json outputs, resulting in spurious diffs
- pandas 0.24.2 (
conda install pandas==0.24.2)- Newer versions have removed pandas.compat.StringIO
- requests (
conda install requests)