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