Skip to content

Commit

Permalink
Merge branch 'conda_instal' of https://github.com/LSSTDESC/CLMM into …
Browse files Browse the repository at this point in the history
…conda_instal
  • Loading branch information
eduardojsbarroso committed Nov 21, 2024
2 parents 1da949b + b774873 commit d1b9364
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a brief guide to contributing to CLMM, including information about ident
4. [Reviewing an open pull request](#reviewing_an_open_pull_request)
5. [Steps to merging a pull request](#steps_to_merging_a_pull_request)
6. [Updating Public Documentation on lsstdesc.org](#updating_public_docs)
7. [Publishing Package to pip](#publishing_package_to_pip)
7. [Creating installation via pip and conda](#creating_pip_conda)
8. [Additional resources](#additional_resources)
9. [Contact](#contact)

Expand Down Expand Up @@ -114,8 +114,8 @@ All these steps should be done on the `publish-docs` branch (just `git checkout
2. If you have figures in notebooks that you would like rendered on the website, you will want to execute all cells of demo notebooks.
3. From the `main` CLMM directory (the one that contains `setup.py`) run `./publish_docs` (note, this is different from `./update_docs` that you did in your development branch) and it does all of the work for you (including automatically pushing changes to Github)!
## Publishing Package to pip <a name="publishing_package_to_pip"></a>
After new changes to the main code have been made, you will want to update the existing clmm package at the Pypi repository. To do so, the following steps must be followed:
## Creating installation via pip and conda <a name="creating_pip_conda"></a>
After new changes to the main code have been made, you will want to update the existing clmm package at the Pypi repository to create an installation via `pip`. To do so, the following steps must be followed:
1. First, install the `hatch` package with pip with the following command:
```bash
pip install hatch
Expand Down

0 comments on commit d1b9364

Please sign in to comment.