Skip to content

Commit e14710b

Browse files
authored
Update README.md
1 parent 4023470 commit e14710b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ Copyright (C) 1991,1994-2024 Wellcome Centre for Human Neuroimaging
1010
```
1111

1212
# Python bindings for _SPM_
13+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/spm-python)
14+
![PyPI - License](https://img.shields.io/pypi/l/spm-python)
15+
![PyPI - Version](https://img.shields.io/pypi/v/spm-python)
1316
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/spm/spm-python/.github%2Fworkflows%2Frun_unit_tests.yml)
14-
![GitHub Release](https://img.shields.io/github/v/release/spm/spm-python?include_prereleases)
17+
1518

1619
> [!WARNING]
1720
> This project is **currently under construction** and might contain bugs. **If you experience any issues, please let us know!**
@@ -22,7 +25,7 @@ Copyright (C) 1991,1994-2024 Wellcome Centre for Human Neuroimaging
2225
1. Install [Matlab Runtime 2024b](https://uk.mathworks.com/products/compiler/matlab-runtime.html)
2326
2. Install SPM:
2427
```python
25-
pip install git+https://github.com/spm/spm-python.git
28+
pip install spm-python
2629
```
2730
3. That's all!
2831

0 commit comments

Comments
 (0)