Skip to content

Commit

Permalink
update install
Browse files Browse the repository at this point in the history
  • Loading branch information
wassname authored Oct 22, 2020
1 parent cc5238c commit ea7ad37
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,12 @@ The data is stored on a public (read only) s3 bucket
```
git clone [email protected]:3springs/deep_ml_curriculum.git
cd <project root>
# 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
Expand Down

0 comments on commit ea7ad37

Please sign in to comment.