File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -43,18 +43,12 @@ Features
43
43
Installation requirements
44
44
-------------------------
45
45
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:
58
52
59
53
.. code-block :: bash
60
54
You can’t perform that action at this time.
0 commit comments