************** Installation ************** To install ClEvaR you currently need to build it from source:: git clone https://github.com/DESC/ClEvaR.git cd ClEvaR python setup.py install To run the tests you can do:: pytest Requirements ============ ClEvaR requires Python version 3.6 or later. ClEvaR has the following dependencies: - `numpy `_: 1.17 or later - `scipy `_: 1.3 or later - `astropy `_: 3.x or later - `healpy `_: 1.14 or later (for footprint computations) - `matplotlib `_ These are pip installable:: pip install numpy scipy astropy matplotlib For comological computations, ClEvaR can use `astropy` or one of the following libraries (that must be installed): - `CCL `_ See the `INSTALL documentation `_ for more detailed installation instructions. For developers, you will also need to install: - `pytest `_ (3.x or later for testing) - `sphinx `_ (for documentation) These are also pip installable:: pip install pytest sphinx sphinx_rtd_theme