Skip to content

Commit

Permalink
[MNT] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
liuzhenqi77 committed Feb 1, 2024
1 parent cb541e6 commit 164b365
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,12 @@ Features
Installation requirements
-------------------------

Currently, ``neuromaps`` works with Python 3.7+ and requires a few
dependencies:

- matplotlib
- nibabel (>=3.0)
- nilearn (>=0.7)
- numpy (>=1.14)
- scikit-learn (>=0.17)
- scipy

You can get started by installing ``neuromaps`` from the source repository
with:
Currently, ``neuromaps`` works with Python 3.8+.
You can install stable versions of ``neuromaps`` from PyPI with ``pip install neuromaps``.
However, we recommend installing from the source repository to get the latest features and bug fixes.

You can install ``neuromaps`` from the source repository with ``pip install git+https://github.com/netneurolab/neuromaps.git``
or by cloning the repository and installing from the local directory:

.. code-block:: bash
Expand Down

0 comments on commit 164b365

Please sign in to comment.