Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Aug 20, 2024
1 parent 310c261 commit 019d49b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ git pull origin dev
git checkout -b release/$RELEASE origin/dev

# 5. Update README with latest pre-release version
git add README.md

# 6. Bump version in release branch
# edit pyproject.toml file to update the version
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ print("Precision: ", precision(matching.tp, matching.t, matching.p))
BTK is pip installable, with the following command:

```bash
pip install --pre blending-toolkit
pip install blending-toolkit
```

In case of any issues and for details of required packages, please see the more detailed installation instructions [here](https://lsstdesc.org/BlendingToolKit/install.html).
Expand Down

0 comments on commit 019d49b

Please sign in to comment.