From 5c303ffd9ec4236edde251aa19e58df673fcd1f6 Mon Sep 17 00:00:00 2001 From: roomrys <38435167+roomrys@users.noreply.github.com> Date: Thu, 19 Dec 2024 09:09:00 -0800 Subject: [PATCH] Add -c sleap/label/dev channel for win/linux - also trigger website build --- .github/workflows/website.yml | 2 +- README.rst | 2 +- docs/installation.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index a644c500a..36c1d6ad7 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -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/**" diff --git a/README.rst b/README.rst index 7cc9b27a3..f7a5acd6c 100644 --- a/README.rst +++ b/README.rst @@ -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)**: diff --git a/docs/installation.md b/docs/installation.md index f0f0120d5..e9368fb47 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -145,7 +145,7 @@ SLEAP can be installed three different ways: via {ref}`conda package