Skip to content

Commit

Permalink
update install instructions in README.md: use pypi instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
ksarink committed Nov 25, 2022
1 parent cbceac0 commit 41cb710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Overall, this module combines the functionality of the famous [Nilearn](https://
with the pipeline structure of [PHOTONAI](https://photon-ai.com).

## Project setup
Install the latest version directly from Github:
Install the latest version directly via pip:
```
pip install git+https://github.com/wwu-mmll/photonai_neuro
pip install photonai-neuro
```

## Features
Expand Down

0 comments on commit 41cb710

Please sign in to comment.