Skip to content

BouchardLab/process_nwb

Repository files navigation

process_nwb

Actions Status codecov

Functions for preprocessing (ECoG) data stored in the NWB format

Installation

process_nwb is availble on PyPI

pip install process-nwb

From source

To install, you can clone the repository and cd into the process_nwb folder.

# use ssh
$ git clone git@github.com:BouchardLab/process_nwb.git
# or use https
$ git clone https://github.com/BouchardLab/process_nwb.git
$ cd process_nwb

If you are installing into an active conda environment, you can run

$ conda env update --file environment.yml
$ pip install -e .

If you are installing with pip you can run

$ pip install -e . -r requirements.txt