- Clone this repository and
cd
into it. - Make sure you have
conda
installed. - Run the following command:
conda env create -f environment.yml
. This will create a newconda
environment calledgeo-submission
in 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
)