Skip to content

Latest commit

 

History

History
executable file
·
40 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

executable file
·
40 lines (30 loc) · 1.04 KB

gks2p


This code uses modified suite2p that can be used in modules

Setting up

Installation

In case of problems / optional

  • optional in case not working

    sudo apt-get install libegl1

    conda install pyqt

    pip uninstall PyQt6

    pip install PyQt5

  • install scipy / pandas / spyder in case not installed with environment

    conda install pandas

    conda install scipy

    conda install spyder

  • install VSCODE in case not already installed

    sudo snap install code --classic