Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
vagechirkov committed Apr 4, 2022
1 parent 3cf0ce9 commit 1ced622
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -10,16 +10,18 @@
This repository contains functions for detecting, analyzing and evaluating epileptic spikes in MEG recording.

## Installation
**Optionally** create a fresh virtual environment:
```bash
conda create -n megspikes pip python=3.7
```

The easiest way to install the package is using pip:
```bash
conda create -n megspikes pip python=3.7
pip install megspikes
```

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

0 comments on commit 1ced622

Please sign in to comment.