Skip to content

Commit 846651b

Browse files
committed
Use --pre for pip installs in README
1 parent 4c121db commit 846651b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ You may install **PyTorch** or **TensorFlow** extras (or both), but you must cho
6363
- **PyTorch (recommended):**
6464

6565
```bash
66-
uv pip install deeplabcut-live-gui[pytorch]
66+
uv pip install --pre deeplabcut-live-gui[pytorch]
6767
```
6868

6969
- **TensorFlow (backwards compatibility):**
7070

7171
```bash
72-
uv pip install deeplabcut-live-gui[tf]
72+
uv pip install --pre deeplabcut-live-gui[tf]
7373
```
7474

7575
---
@@ -88,13 +88,13 @@ conda activate dlclivegui
8888
- **PyTorch (recommended):**
8989

9090
```bash
91-
pip install deeplabcut-live-gui[pytorch]
91+
pip install --pre deeplabcut-live-gui[pytorch]
9292
```
9393

9494
- **TensorFlow:**
9595

9696
```bash
97-
pip install deeplabcut-live-gui[tf]
97+
pip install --pre deeplabcut-live-gui[tf]
9898
```
9999

100100
## Run the application

0 commit comments

Comments
 (0)