A pipeline for analyzing neurophysiology recordings in the presence of visual stimulation
-
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. -
Create a new virtual environment with conda or mamba:
conda create --name visualpipe python=3.12
- Activate the environment:
conda activate visualpipe
- Install libraries to the environment:
pip install -r requirements.txt