Skip to content

Commit

Permalink
update pip installation
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed May 2, 2024
1 parent 0bcbbb4 commit 6d9ab29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.0b7
pip install --pre 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
2 changes: 1 addition & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Once you installed ``galsim``, you can install the latest released version of ``

.. code-block::
pip install blending-toolkit==1.0.0b2
pip install --pre blending-toolkit
The version flag is necessary as the latest version is a pre-release. This command should install all other missing dependencies if necessary. You can then import the package as follows:

Expand Down

0 comments on commit 6d9ab29

Please sign in to comment.