Functions for preprocessing (ECoG) data stored in the NWB format
process_nwb is availble on PyPI
pip install process-nwb
To install, you can clone the repository and cd
into the process_nwb folder.
# use ssh
$ git clone [email protected]: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