Add scripts/install_macos.sh

This commit is contained in:
2026-09-02 16:41:25 +03:00
parent 1a5b69e7dc
commit 53ddc40b36
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
# Установка selectel-ml-tui на macOS (Homebrew)
set -euo pipefail
brew install python@3.11
cd "$(dirname "$0")/.."
make install
echo "Готово. Запуск: make run или .venv/bin/selectel-ml-tui run"