Skip to content

Commit

Permalink
Update README.md (#21)
Browse files Browse the repository at this point in the history
correc typo in readme.md
  • Loading branch information
gcattan committed Dec 9, 2023
1 parent 6848cad commit 8368149
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ Repository with basic scripts for using the Alpha Waves Dataset developed at GIP

[https://zenodo.org/record/2348892](https://zenodo.org/record/2348892#.XBdqNs9Ki3I)

The code of this repository was developed in **Python 3.9 and 3.10** using MNE-Python [2, 3] as tool for the EEG processing.
The code of this repository was developed in **Python 3.9 and 3.10** using MNE-Python [2, 3] as a tool for the EEG processing.

The package can be downloaded with pip:

```
pip install alphawaves
```

Alternatively, you might want to clone the github repository on your local computer, and install the package by running:
Alternatively, you might want to clone the GitHub repository on your local computer, and install the package by running:

```
python setup.py develop
Expand All @@ -20,7 +20,7 @@ python setup.py develop
All dependencies are listed in `requirements.txt` for your interest.


Then, to ensure that your code finds the right scripts, open a python shell and type:
Then, to ensure that your code finds the right scripts, open a Python shell and type:

```
import alphawaves
Expand All @@ -30,7 +30,7 @@ import alphawaves
Note that you might want to create a *virtual environment* before doing all these installations, e.g.:

```
conda create -n eegalpha python=3.8
conda create -n eegalpha python=3.9
```

# References
Expand Down

0 comments on commit 8368149

Please sign in to comment.