Skip to content

Commit

Permalink
Update README.md (#473)
Browse files Browse the repository at this point in the history
* Update README.md

* so I dont' forget
  • Loading branch information
ismael-mendoza authored Feb 22, 2024
1 parent f02ec82 commit 82d497f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/MAINTAINER.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ git branch -D release/$RELEASE
# 18. Removed release branch from the remote repository
git push origin :release/$RELEASE

# 19. Update README with latest pre-release version


CREDIT: http://www.inanzzz.com
```
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 blending-toolkit==1.0.0b2
pip install blending-toolkit==1.0.0b5
```

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 82d497f

Please sign in to comment.