Skip to content

Instantly share code, notes, and snippets.

View bvcxza's full-sized avatar

bvcxza

View GitHub Profile
@bvcxza
bvcxza / gist:50ca12ee0c7a257f294ef528575b8890
Last active December 28, 2024 13:04
Running sample bot using Sonos on linux, step-by-step
# Using a bash terminal on linux
# Install miniforge from https://github.com/conda-forge/miniforge#install
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh
# Sonos: clone, build and install
git clone --recurse-submodules https://github.com/bvcxza/sonos.git
cd sonos
mamba env update -n $(basename $PWD) -f conda.yml
. env.sh