From ea7ad375d3ccea35a826b9f6ecbd014d01a72d57 Mon Sep 17 00:00:00 2001 From: Mike Clark Date: Thu, 22 Oct 2020 14:59:11 +0800 Subject: [PATCH] update install --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 99c0d35..aa5d400 100644 --- a/README.md +++ b/README.md @@ -85,12 +85,12 @@ The data is stored on a public (read only) s3 bucket ``` git clone git@github.com:3springs/deep_ml_curriculum.git cd +# install packages in conda +conda env update --file requirements/environment.min.yml # install the module, as an editable pip module pip install -e . -# pull raw the data from public s3 bucket -# aws s3 sync s3://deep-ml-curriculum-data/data/ data/ -# pull processed (smaller) data from s3 -aws s3 sync s3://deep-ml-curriculum-data/data/processed/ data/processed/ +# pull raw the data from public s3 bucket (~10Gb) +aws s3 sync s3://deep-ml-curriculum-data/data/processed/ ~/notebooks/deep_ml_curriculum/data/processed/ --region ap-southeast-2 --no-sign-request ``` # Setup the environment