From 84f3ef36c8c7cded32ef7cfa4eae2379d6c60666 Mon Sep 17 00:00:00 2001 From: john-veillette Date: Sun, 2 Jan 2022 15:19:34 -0500 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9ecfb5a..77be8fd 100644 --- a/README.md +++ b/README.md @@ -15,13 +15,17 @@ This package implements both [parametric](https://doi.org/10.1016/j.neuroimage.2 ## Installation -You can install the latest version from Github to your Python environment using: +You can install a stable version using: ``` -pip install git+https://github.com/john-veillette/mne_ari.git +pip install mne_ari ``` -I intend to make a release available on PyPi in the near future (so that you can just `pip install mne_ari`), but I haven't gotten to it yet. +Or you can install the latest version from Github using: + +``` +pip install git+https://github.com/john-veillette/mne_ari.git +``` ## Usage @@ -59,5 +63,5 @@ Andreella, A., Hemerik, J., Weeda, W., Finos, L., & Goeman, J. (2020). Permutati And if you're using this package, please cite this code as well! There will be a DOI issued for each release, which will be displayed on a badge at the top of this README, so make sure you're using the DOI that matches the version you use. An example citation is: -Veillette, J. P. (2022) MNE-ARI: All-Resolutions Inference For M/EEG in Python. [doi:10.5281/zenodo.5813808](https://doi.org/10.5281/zenodo.5813808) +Veillette, J. P. (2022). MNE-ARI: All-Resolutions Inference For M/EEG in Python. [doi:10.5281/zenodo.5813808](https://doi.org/10.5281/zenodo.5813808)