Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Aguena committed Nov 21, 2024
1 parent 62ec9ee commit bab6618
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ see [INSTALL documentation](INSTALL.md) for instructions on how to do it.
## Requirements <a name="requirements"></a>

CLMM requires Python version 3.8 or later.

### Dependencies <a name="dependencies"></a>

CLMM has the following dependencies:

- [NumPy](https://www.numpy.org/) (v1.17 or later)
Expand All @@ -52,8 +55,9 @@ CLMM has the following dependencies:
pip install numpy scipy astropy matplotlib
```

### Back-ends <a name="backends"></a>

For the theoretical predictions of the signal, CLMM relies on existing libraries and **at least one of the following must be installed as well**:
<a name="backends"></a>

- [cluster-toolkit](https://cluster-toolkit.readthedocs.io/en/latest/)
- [CCL](https://ccl.readthedocs.io/en/latest/) (versions between 2.7.1.dev10+gf81b59a4 and 3)
Expand All @@ -62,6 +66,8 @@ For the theoretical predictions of the signal, CLMM relies on existing libraries

(See the [INSTALL documentation](INSTALL.md) for more detailed installation instructions.)

### Developers <a name="developers"></a>

For developers, you will also need to install:

- [pytest](https://docs.pytest.org/en/latest/) (3.x or later for testing)
Expand Down

0 comments on commit bab6618

Please sign in to comment.