File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,23 @@ Initialization code for the EEG/ET data from the Q1K project.
55
66Assumes that
https://github.com/jadesjardins/mne-python.git is a fork of
[email protected] : scott-huberty /mne-python.git
77
8+ ## clone stuff
9+ ``` bash
810git clone https://github.com/lina-usc/q1k_eeget_init.git
911cd q1k_eeget_init
1012git clone https://github.com/jadesjardins/mne-python.git
13+ ```
14+
15+ ## checkout the mne-eyetrack-revisions branch of scotts_fork
16+ ``` bash
1117cd mne-python
1218git remote add scotts_fork
[email protected] :scott-huberty/mne-python.git
1319git fetch scotts_fork
1420git checkout --track scotts_fork/mne-eyetrack_revisions
21+ ```
22+
23+ ## do the installs, etc...
24+ ``` bash
1525cd ..
1626python3 -m venv env
1727source env/bin/activate
@@ -21,4 +31,4 @@ pip install -e mne-python
2131pip install -r requirements.txt
2232pip install -e .
2333python -m ipykernel install --user --name q1k_init_kernel
24-
34+ ```
You can’t perform that action at this time.
0 commit comments