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 8a3d3c70e..2c1ef41be 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -146,7 +146,7 @@ SLEAP can be installed three different ways: via {ref}`conda package