From b22226ffa1efea11147df96b231d0ca1a7d2636c Mon Sep 17 00:00:00 2001 From: m-aguena Date: Mon, 30 Sep 2024 14:23:50 +0200 Subject: [PATCH] add instructions to install qp --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 05ca78243..90afa9238 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -56,9 +56,10 @@ Note, you may choose to install some or all of the ccl, numcosmo, and/or cluster Now, you can install CLMM and its dependencies as ```bash - pip install numpy scipy astropy matplotlib + pip install numpy scipy astropy matplotlib healpy pip install pytest sphinx sphinx_rtd_theme pip install jupyter # need to have jupyter notebook tied to this environment, you can then see the environment in jupyter.nersc.gov + git clone https://github.com/LSSTDESC/qp.git; cd qp; python setup.py install; cd - # Install qp package git clone https://github.com/LSSTDESC/CLMM.git # If you'd like to contribute but don't have edit permissions to the CLMM repo, see below how to fork the repo instead. cd CLMM python setup.py install # build from source