Skip to content

Commit 37d394b

Browse files
committed
fix README.md formatting
1 parent e3c8931 commit 37d394b

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,23 @@ Initialization code for the EEG/ET data from the Q1K project.
55

66
Assumes 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
810
git clone https://github.com/lina-usc/q1k_eeget_init.git
911
cd q1k_eeget_init
1012
git clone https://github.com/jadesjardins/mne-python.git
13+
```
14+
15+
## checkout the mne-eyetrack-revisions branch of scotts_fork
16+
```bash
1117
cd mne-python
1218
git remote add scotts_fork [email protected]:scott-huberty/mne-python.git
1319
git fetch scotts_fork
1420
git checkout --track scotts_fork/mne-eyetrack_revisions
21+
```
22+
23+
## do the installs, etc...
24+
```bash
1525
cd ..
1626
python3 -m venv env
1727
source env/bin/activate
@@ -21,4 +31,4 @@ pip install -e mne-python
2131
pip install -r requirements.txt
2232
pip install -e .
2333
python -m ipykernel install --user --name q1k_init_kernel
24-
34+
```

0 commit comments

Comments
 (0)