We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cf0ce9 commit 1ced622Copy full SHA for 1ced622
README.md
@@ -10,16 +10,18 @@
10
This repository contains functions for detecting, analyzing and evaluating epileptic spikes in MEG recording.
11
12
## Installation
13
+**Optionally** create a fresh virtual environment:
14
+```bash
15
+conda create -n megspikes pip python=3.7
16
+```
17
18
The easiest way to install the package is using pip:
19
```bash
-conda create -n megspikes pip python=3.7
20
pip install megspikes
21
```
22
23
To install the latest version of the package, you should clone the repository and install all dependencies:
24
25
git clone https://github.com/MEG-SPIKES/megspikes.git
26
cd megspikes/
27
pip install .
0 commit comments