From 20c11d017a1e9b934da9c3272c0914ce8a0a6b2a Mon Sep 17 00:00:00 2001 From: Matt Needle Date: Fri, 15 Jan 2021 14:37:00 +0100 Subject: [PATCH] added pip install oauth2client --- index.Rmd | 1 + 1 file changed, 1 insertion(+) diff --git a/index.Rmd b/index.Rmd index 4989fad..cd285a5 100644 --- a/index.Rmd +++ b/index.Rmd @@ -92,6 +92,7 @@ conda create -n ee_py3 -c conda-forge python=3 google-api-python-client pyCrypto source activate ee_py3 # Ensure that a crypto library is available +pip install oauth2client python -c "from oauth2client import crypt" # Install earthengine-api