Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
53 lines (36 loc) · 1.21 KB

File metadata and controls

53 lines (36 loc) · 1.21 KB
Copy raw file
Download raw file
Outline
Edit and raw actions

CI

realSpike

Real-time closed loop visualization and analysis for flexible neural manipulation using two-photon holographic photostimulation

realSpike

Installation

# clone the repo
git clone https://github.com/hantman-lab/realSpike.git

# navigate to the repo
cd realSpike/

# install in editable mode
pip install -e .

Installing improv

You must already have redis installed.

You cannot simply pip install improv. Do the following instead:

# clone
git clone https://github.com/project-improv/improv.git

cd improv/

# add remote
git remote add rwschonberg https://github.com/rwschonberg/improv
# fetch his branches
git fetch rwschonberg
# checkout a new branch off of the zmq branch
git checkout -b redis-only rwschonberg/zmq

### IMPORTANT: relax the numpy constraint in the pyproject.toml before in-place install
pip install -e .

Linting checks

ruff format
ruff check
Morty Proxy This is a proxified and sanitized view of the page, visit original site.