Skip to content

Commit

Permalink
updated tutorial w/sample3D function and added command line option fo…
Browse files Browse the repository at this point in the history
…r downloading demo data
  • Loading branch information
joshuahwu committed Sep 20, 2023
1 parent 53f0d84 commit 9bc74ef
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 449 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,13 @@ pip install -e .

Note that `pip` and `setuptools` must be updated to the most recent versions.

To begin gaining familiarity with the functionality of this package, download the [demo dataset](https://duke.box.com/v/demo-mouse-poses) and run through the code in `/tutorials/tutorial.ipynb`.
To begin gaining familiarity with the functionality of this package, download the demo dataset at [this link](https://duke.box.com/v/demo-mouse-poses) or by the following command:

```
cd dappy
wget -v -O ./tutorials/data/demo_mouse.h5 -L https://duke.box.com/shared/static/zprn76pl31a9u1pp6gvxbmehn7p9zmbx.h5
```
and run through the code in `/tutorials/tutorial.ipynb`.

## Authors

Expand Down
Loading

0 comments on commit 9bc74ef

Please sign in to comment.