Skip to content

Commit f2ae884

Browse files
authored
Merge pull request #147 from liuzhenqi77/update-readme
[MNT] Update readme
2 parents cb541e6 + 164b365 commit f2ae884

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

README.rst

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,18 +43,12 @@ Features
4343
Installation requirements
4444
-------------------------
4545

46-
Currently, ``neuromaps`` works with Python 3.7+ and requires a few
47-
dependencies:
48-
49-
- matplotlib
50-
- nibabel (>=3.0)
51-
- nilearn (>=0.7)
52-
- numpy (>=1.14)
53-
- scikit-learn (>=0.17)
54-
- scipy
55-
56-
You can get started by installing ``neuromaps`` from the source repository
57-
with:
46+
Currently, ``neuromaps`` works with Python 3.8+.
47+
You can install stable versions of ``neuromaps`` from PyPI with ``pip install neuromaps``.
48+
However, we recommend installing from the source repository to get the latest features and bug fixes.
49+
50+
You can install ``neuromaps`` from the source repository with ``pip install git+https://github.com/netneurolab/neuromaps.git``
51+
or by cloning the repository and installing from the local directory:
5852

5953
.. code-block:: bash
6054

0 commit comments

Comments
 (0)