Skip to content

Commit 1ced622

Browse files
committed
update readme
1 parent 3cf0ce9 commit 1ced622

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,18 @@
1010
This repository contains functions for detecting, analyzing and evaluating epileptic spikes in MEG recording.
1111

1212
## Installation
13+
**Optionally** create a fresh virtual environment:
14+
```bash
15+
conda create -n megspikes pip python=3.7
16+
```
1317

1418
The easiest way to install the package is using pip:
1519
```bash
16-
conda create -n megspikes pip python=3.7
1720
pip install megspikes
1821
```
1922

2023
To install the latest version of the package, you should clone the repository and install all dependencies:
2124
```bash
22-
conda create -n megspikes pip python=3.7
2325
git clone https://github.com/MEG-SPIKES/megspikes.git
2426
cd megspikes/
2527
pip install .

0 commit comments

Comments
 (0)