Skip to content

Commit

Permalink
Add -c sleap/label/dev channel for win/linux
Browse files Browse the repository at this point in the history
- also trigger website build
  • Loading branch information
roomrys authored and eberrigan committed Dec 19, 2024
1 parent 2e260ae commit 5c303ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches:
# 'main' triggers updates to 'sleap.ai', all others to 'sleap.ai/develop'
- main
- develop
- develop # Run
- liezl/bump-to-1.4.1
paths:
- "docs/**"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Quick install

.. code-block:: bash
conda create -y -n sleap -c conda-forge -c nvidia -c sleap -c anaconda sleap
conda create -y -n sleap -c conda-forge -c nvidia -c sleap/label/dev -c sleap -c anaconda sleap
`pip` **(any OS except Apple silicon)**:

Expand Down
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ SLEAP can be installed three different ways: via {ref}`conda package<condapackag
````{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
```
```{note}
- This comes with CUDA to enable GPU support. All you need is to have an NVIDIA GPU and [updated drivers](https://nvidia.com/drivers).
Expand Down

0 comments on commit 5c303ff

Please sign in to comment.