Skip to content

Commit

Permalink
Add dev channel to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Dec 18, 2024
1 parent 084f22b commit 0b61957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SLEAP can be installed as a Python package on Windows, Linux, and Mac OS. For qu
````{tabs}
```{group-tab} Windows and Linux
```bash
conda create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap=1.4.1
conda create -y -n sleap -c conda-forge -c nvidia -c sleap/label/dev -c sleap -c anaconda sleap=1.4.1
```
```
```{group-tab} Mac OS
Expand Down

0 comments on commit 0b61957

Please sign in to comment.