Calculated the street driving distance between zip codes using Google Cloud API
Ensure all dataset files do not end with a newline otherwise the code will break.
pip3 freeze > requirements.txt
Replace foo_env
with desired environment
conda create --name foo_env --file requirements.txt
Make a directory called .vscode
inside this directory make one file settings.json
containing the following
information tailored to your environment.
{
"python.pythonPath": "/usr/local/anaconda3/envs/foo_env/bin/python"
}