Skip to content

Commit

Permalink
install scanreader separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Thinh Nguyen committed May 3, 2021
1 parent 828109f commit c715e68
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,16 @@ See [Background](Background.md) for the background information and development t

+ See [workflow-calcium-imaging](https://github.com/datajoint/workflow-calcium-imaging)
repository for an example usage of `element-calcium-imaging`.

## Installation

To install this element:

pip install element-calcium-imaging


A separate dependency is required: [***scanreader***](https://github.com/atlab/scanreader), to install:


pip install git+https://github.com/atlab/scanreader.git

3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ scipy
pyfftw
imreg_dft
sklearn
h5py
scanreader @ git+https://github.com/atlab/scanreader.git#egg=scanreader
h5py

0 comments on commit c715e68

Please sign in to comment.