Add scripts/install_macos.sh
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user