Skip to content

Latest commit

 

History

History
39 lines (36 loc) · 852 Bytes

File metadata and controls

39 lines (36 loc) · 852 Bytes

Setup Ventilastation Emulator under macOS

Tested on a Macbook Air M1 - macOS Sonoma 14.5

Install system dependencies

  1. Install homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  1. Setup shell for homebrew:
echo >> $HOME/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> $HOME/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
  1. Install python plus micropython:
brew install python3 micropython

Install Ventilastation Emulator

  1. Clone Ventilastation sdk repository:
git clone https://github.com/ventilastation/vsdk
  1. Enter cloned repo:
cd vsdk
  1. Install python dependencies in a virtual environment
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
  1. Start the emulator.
./vs-emu.sh