Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 795 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 795 Bytes

RecordingProcessJobGUI

GUI to register recordings in the automatic pipeline

Installation

Installation on a Windows

See the instructions here. Ensure that all the information under the "System Configuration" tab is entered correctly otherwise your behavior data may not show up.

Installation on Mac/Linux

conda update -n base -c defaults conda
conda create --name iblenv python=3.12 --yes
conda activate iblenv
git clone git@github.com:BrainCOGS/RecordingProcessJobGUI.git --recurse-submodules
pip install --editable RecordingProcessJobGUI/PythonScripts/iblapps-master
git clone https://github.com/int-brain-lab/iblenv
cd iblenv
pip install --requirement requirements.txt