mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-05-22 22:32:18 +02:00
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
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:
parent
ed46558462
commit
0adb1bbea7
10
README.md
10
README.md
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user