Tested on a Macbook Air M1 - macOS Sonoma 14.5
- Install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Setup shell for homebrew:
echo >> $HOME/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> $HOME/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
- Install python plus micropython:
brew install python3 micropython
- Clone Ventilastation sdk repository:
git clone https://github.com/ventilastation/vsdk
- Enter cloned repo:
cd vsdk
- Install python dependencies in a virtual environment
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
- Start the emulator.
./vs-emu.sh