diff --git a/README.md b/README.md index 247e7289..42590ab9 100644 --- a/README.md +++ b/README.md @@ -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 + \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e165fb3f..9c23f25e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,4 @@ scipy pyfftw imreg_dft sklearn -h5py -scanreader @ git+https://github.com/atlab/scanreader.git#egg=scanreader \ No newline at end of file +h5py \ No newline at end of file