docs: note beta install version pin
Some checks failed
CI / Checks (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.10) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.11) (push) Has been cancelled
CI / Tests (Python ${{ matrix.python-version }}) (3.12) (push) Has been cancelled
Docs Pages / Build Docs (push) Has been cancelled
Docs Pages / Deploy Docs (push) Has been cancelled

This commit is contained in:
mbsantiago 2026-05-07 10:06:44 +01:00
parent ed46558462
commit 0adb1bbea7

View File

@ -67,6 +67,16 @@ can try the following:
### Installing BatDetect2
> [!NOTE]
> `2.0.0b1` is a pre-release on PyPI.
> You may need to request it explicitly by version, for example:
>
> ```bash
> uvx --from batdetect2==2.0.0b1 batdetect2
> uv tool install batdetect2==2.0.0b1
> pip install batdetect2==2.0.0b1
> ```
If you have `uv` installed (if not, we recommend it; follow the instructions
[here](https://docs.astral.sh/uv/getting-started/installation/)), then you can
run `batdetect2` one-off with