Skip to content

Commit

Permalink
add instructions to install qp
Browse files Browse the repository at this point in the history
  • Loading branch information
m-aguena committed Sep 30, 2024
1 parent 1bc22a2 commit b22226f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b22226f

Please sign in to comment.