Skip to content

Commit

Permalink
Merge pull request #376 from rysk-t/patch-1
Browse files Browse the repository at this point in the history
Update windows.md
  • Loading branch information
ShogoAkiyama authored Jul 12, 2022
2 parents d6d264c + 637619a commit 9d86631
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/installation/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ pip install "PyQt5<=5.15.1" "PyQt5-sip<=12.8.1" "pyqtgraph<=0.11.0" "pandas" "su
# for GLM
pip install "sklearn" "statsmodels<=0.13.1" "pynwb"
# for CaImAn
pip install "cython" "opencv-python matplotlib" "scikit-image==0.18.0" "scikit-learn" "ipyparallel" "holoviews" "watershed" "tensorflow"
pip install "cython" "opencv-python" "matplotlib" "scikit-image==0.18.0" "scikit-learn" "ipyparallel" "holoviews" "watershed" "tensorflow"
git clone https://github.com/flatironinstitute/CaImAn.git
cd CaImAn
pip install -e .
cd ..
Expand Down

0 comments on commit 9d86631

Please sign in to comment.