Skip to content

Commit

Permalink
Merge pull request #5 from taddyb/main
Browse files Browse the repository at this point in the history
Feature: Adding `Ice Chunk` for s3 reads of datasets
  • Loading branch information
taddyb authored Oct 30, 2024
2 parents 0bf5bc6 + 5e509b4 commit de45513
Show file tree
Hide file tree
Showing 186 changed files with 16,316 additions and 114 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ cython_debug
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/
tbindas/

Pipfile


# VCS versioning
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ cd hydro_data_dev
pip install .
```

### Developer Mode Installation
The same clone as above, but use hatch's developer mode setting
```shell
pip install -e .
```

### Maintainers:
See Pyproject.toml for information

Expand Down
Loading

0 comments on commit de45513

Please sign in to comment.