Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 556 Bytes

File metadata and controls

20 lines (16 loc) · 556 Bytes

VISUALPIPE

A pipeline for analyzing neurophysiology recordings in the presence of visual stimulation

Setting up the environmenet

  1. Open your command prompt (miniforge prompt for example) and navigate to the directory where the file 'requirements.txt' is located with cd path\to\your\project.

  2. Create a new virtual environment with conda or mamba:

conda create --name visualpipe python=3.12
  1. Activate the environment:
conda activate visualpipe
  1. Install libraries to the environment:
pip install -r requirements.txt