Skip to content

Commit 35e4f23

Browse files
authored
Update install_desktop.md
1 parent d6fcdf6 commit 35e4f23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install_desktop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ conda create -n dlc-live python=3.7 tensorflow==1.13.1 # if not using GPU
1313
Activate the conda environment and install the DeepLabCut-live package:
1414
```
1515
conda activate dlc-live
16-
pip install git+https://github.com/AlexEMG/DeepLabCut-live.git
16+
pip install deeplabcut-live
1717
```
1818

1919
We also recommend that you have OpenCV installed:

0 commit comments

Comments
 (0)